summaryrefslogtreecommitdiffstats
path: root/composer.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-02-14 15:54:31 +0100
committerRemi Collet <remi@remirepo.net>2020-02-14 15:54:31 +0100
commit97ff948239fc5c34431b19412b9dd89c7f545087 (patch)
tree2173a076f35313fe99f40fd6a487fe685fc53a41 /composer.spec
parentef7b76840e7799a45c89e869e1aaac409e2b54b2 (diff)
update to 1.10.0-RC
Diffstat (limited to 'composer.spec')
-rw-r--r--composer.spec23
1 files changed, 13 insertions, 10 deletions
diff --git a/composer.spec b/composer.spec
index cdcdc48..fccd7a3 100644
--- a/composer.spec
+++ b/composer.spec
@@ -10,7 +10,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit 1291a16ce3f48bfdeca39d64fca4875098af4d7b
+%global gh_commit ec39b4cbb5e012365d70cd95969ea11780d3c1fc
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_branch 1.0-dev
%global gh_owner composer
@@ -18,8 +18,8 @@
%global with_tests %{?_without_tests:0}%{!?_without_tests:1}
%global api_version 1.1.0
-%global upstream_version 1.9.3
-#global upstream_prever RC
+%global upstream_version 1.10.0
+%global upstream_prever RC
%if 0
# see https://forum.remirepo.net/viewtopic.php?id=3677
@@ -81,9 +81,9 @@ BuildRequires: %{symfony_prefix}-filesystem
BuildRequires: %{symfony_prefix}-process
BuildRequires: php-zip
# From composer.json, "require-dev": {
-# "phpunit/phpunit": "^4.8.35 || ^5.7",
-# "phpunit/phpunit-mock-objects": "^2.3 || ^3.0"
-BuildRequires: php-composer(phpunit/phpunit) >= 4.8.35
+# "symfony/phpunit-bridge": "^3.4",
+# "phpspec/prophecy": "^1.10"
+BuildRequires: phpunit
# For autoloader
BuildRequires: php-composer(fedora/autoloader) >= 0.1.2
BuildRequires: php-seld-phar-utils >= 1.0.1
@@ -100,10 +100,10 @@ BuildRequires: php-PsrLog >= 1.0.0-8
# "psr/log": "^1.0"
# "seld/jsonlint": "~1.4",
# "seld/phar-utils": "^1.0",
-# "symfony/console": "^2.7 || ^3.0 || ^4.0",
-# "symfony/filesystem": "^2.7 || ^3.0 || ^4.0",
-# "symfony/finder": "^2.7 || ^3.0 || ^4.0",
-# "symfony/process": "^2.7 || ^3.0 || ^4.0",
+# "symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0",
+# "symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0",
+# "symfony/finder": "^2.7 || ^3.0 || ^4.0 || ^5.0",
+# "symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0",
Requires: php(language) >= 5.3.2
Requires: php-cli
Requires: php-justinrainbow-json-schema5
@@ -283,6 +283,9 @@ exit $ret
%changelog
+* Fri Feb 14 2020 Remi Collet <remi@remirepo.net> - 1.10.0-1
+- update to 1.10.0-RC
+
* Tue Feb 4 2020 Remi Collet <remi@remirepo.net> - 1.9.3-1
- update to 1.9.3