summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-06-21 07:15:16 +0200
committerRemi Collet <remi@remirepo.net>2021-06-21 07:15:16 +0200
commit747f6f2c0c303b7fea3b76e4df62bebc728e11d2 (patch)
tree5086e1a7683bccd9ce5368befedd4507ab7a0d15
parent20c33cb8c572af4feba266b1fad0afbdb57503c6 (diff)
allow yoast/phpunit-polyfills version 1HEADmaster
-rw-r--r--php-consolidation-annotated-command.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-consolidation-annotated-command.spec b/php-consolidation-annotated-command.spec
index 6a3a268..39c6eba 100644
--- a/php-consolidation-annotated-command.spec
+++ b/php-consolidation-annotated-command.spec
@@ -40,7 +40,7 @@
%global phpunit_exec phpunit9
# "yoast/phpunit-polyfills": "^0.2.0"
%global polyfills_min_ver 0.2
-%global polyfills_max_ver 1
+%global polyfills_max_ver 2
# Build using "--without tests" to disable tests
%global with_tests 0%{!?_without_tests:1}
@@ -56,7 +56,7 @@
Name: php-%{composer_vendor}-%{composer_project}
Version: %{github_version}
-Release: 1%{?github_release}%{?dist}
+Release: 2%{?github_release}%{?dist}
Summary: Initialize Symfony Console commands from annotated command class methods
License: MIT
@@ -223,6 +223,9 @@ exit $RETURN_CODE
%changelog
+* Mon Jun 21 2021 Remi Collet <remi@remirepo.net> - 4.2.4-2
+- allow yoast/phpunit-polyfills version 1
+
* Tue Mar 23 2021 Remi Collet <remi@remirepo.net> - 4.2.4-1
- update to 4.2.4
- switch to phpunit9 with yoast/phpunit-polyfills