summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-09-24 18:50:47 +0200
committerRemi Collet <remi@remirepo.net>2017-09-24 18:50:47 +0200
commiteeb6a68922148e77a76f17e8e270d9452031e616 (patch)
treee9ac1dbe66862f3993ea1e336a8e9ec9f8b0cccf
parent50ac5a29e247e4a5290cc429615f03002e334555 (diff)
v5.7.22
-rw-r--r--composer.json5
-rw-r--r--php-phpunit-PHPUnit.spec7
2 files changed, 9 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 9e9bb2a..d055585 100644
--- a/composer.json
+++ b/composer.json
@@ -19,6 +19,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues"
},
+ "prefer-stable": true,
"require": {
"php": "^5.6 || ^7.0",
"phpunit/php-file-iterator": "~1.4",
@@ -52,7 +53,9 @@
"config": {
"platform": {
"php": "5.6.0"
- }
+ },
+ "optimize-autoloader": true,
+ "sort-packages": true
},
"suggest": {
"phpunit/php-invoker": "~1.1",
diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec
index 6315097..170dc05 100644
--- a/php-phpunit-PHPUnit.spec
+++ b/php-phpunit-PHPUnit.spec
@@ -8,7 +8,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 3b91adfb64264ddec5a2dee9851f354aa66327db
+%global gh_commit 10df877596c9906d4110b5b905313829043f2ada
#global gh_date 20150927
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
@@ -17,7 +17,7 @@
%global pear_name PHPUnit
%global pear_channel pear.phpunit.de
%global major 5.7
-%global minor 21
+%global minor 22
%global specrel 1
Name: php-phpunit-PHPUnit
@@ -246,6 +246,9 @@ fi
%changelog
+* Sun Sep 24 2017 Remi Collet <remi@remirepo.net> - 5.7.22-1
+- Update to 5.7.22
+
* Sat Jun 24 2017 Remi Collet <remi@remirepo.net> - 5.7.21-1
- Update to 5.7.21