diff options
-rw-r--r-- | composer.json | 3 | ||||
-rw-r--r-- | php-phpunit-mock-objects5.spec | 14 |
2 files changed, 10 insertions, 7 deletions
diff --git a/composer.json b/composer.json index 8b01215..3171806 100644 --- a/composer.json +++ b/composer.json @@ -19,12 +19,11 @@ "issues": "https://github.com/sebastianbergmann/phpunit-mock-objects/issues" }, "prefer-stable": true, - "minimum-stability": "dev", "require": { "php": "^7.0", "phpunit/php-text-template": "^1.2.1", "doctrine/instantiator": "^1.0.5", - "sebastian/exporter": "^3.0" + "sebastian/exporter": "^3.1" }, "require-dev": { "phpunit/phpunit": "^6.5" diff --git a/php-phpunit-mock-objects5.spec b/php-phpunit-mock-objects5.spec index 8f9e727..e9ae0e6 100644 --- a/php-phpunit-mock-objects5.spec +++ b/php-phpunit-mock-objects5.spec @@ -8,7 +8,7 @@ # %global bootstrap 1 # Github -%global gh_commit 16b50f4167e5e85e81ca8a3dd105d0a5fd32009a +%global gh_commit 283b9f4f670e3a6fd6c4ff95c51a952eb5c75933 #global gh_date 20150902 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -23,7 +23,7 @@ %global php_home %{_datadir}/php %global ver_major 5 %global ver_minor 0 -%global ver_patch 4 +%global ver_patch 5 %global specrel 0 %if %{bootstrap} %global with_tests 0%{?_with_tests:1} @@ -53,7 +53,7 @@ BuildRequires: php-composer(phpunit/php-text-template) >= 1.2.1 BuildRequires: php-composer(doctrine/instantiator) < 2 BuildRequires: php-composer(doctrine/instantiator) >= 1.0.5 BuildRequires: php-composer(sebastian/exporter) < 4 -BuildRequires: php-composer(sebastian/exporter) >= 3.0 +BuildRequires: php-composer(sebastian/exporter) >= 3.1 # From composer.json, "require-dev": { # "phpunit/phpunit": "^6.5" BuildRequires: phpunit6 >= 6.5 @@ -63,13 +63,13 @@ BuildRequires: phpunit6 >= 6.5 # "php": "^7.0", # "phpunit/php-text-template": "^1.2.1", # "doctrine/instantiator": "^1.0.5", -# "sebastian/exporter": "^3.0" +# "sebastian/exporter": "^3.1" Requires: php(language) >= 7.0 Requires: php-composer(phpunit/php-text-template) >= 1.2.1 Requires: php-composer(phpunit/php-text-template) < 2 Requires: php-composer(doctrine/instantiator) >= 1.0.5 Requires: php-composer(doctrine/instantiator) < 2 -Requires: php-composer(sebastian/exporter) >= 3.0 +Requires: php-composer(sebastian/exporter) >= 3.1 Requires: php-composer(sebastian/exporter) < 4 # From composer.json, "suggest": { # "ext-soap": "*" @@ -156,6 +156,10 @@ exit $ret %changelog +* Mon Dec 11 2017 Remi Collet <remi@remirepo.net> - 5.0.5-1 +- Update to 5.0.5 +- raise dependency on sebastian/exporter 3.1 + * Mon Dec 4 2017 Remi Collet <remi@remirepo.net> - 5.0.4-1 - Update to 5.0.4 |