summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-06-21 07:17:00 +0200
committerRemi Collet <remi@remirepo.net>2021-06-21 07:17:00 +0200
commit8ad794b1c4cf4f9c9c7fc68725a19cbaabb69e80 (patch)
tree5b41e35fc4de5ccb72e322d83f04cf306143c50c
parent05e6866c5f7b5ab807ee13523fd0a3a1745ea4e3 (diff)
allow yoast/phpunit-polyfills version 1HEADmaster
-rw-r--r--php-consolidation-log.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-consolidation-log.spec b/php-consolidation-log.spec
index facd095..b78bb30 100644
--- a/php-consolidation-log.spec
+++ b/php-consolidation-log.spec
@@ -34,7 +34,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}
@@ -50,7 +50,7 @@
Name: php-%{composer_vendor}-%{composer_project}
Version: %{github_version}
-Release: 1%{?github_release}%{?dist}
+Release: 2%{?github_release}%{?dist}
Summary: Improved PSR-3 / Psr\\Log logger based on Symfony Console components
License: MIT
@@ -177,6 +177,9 @@ exit $RETURN_CODE
%changelog
+* Mon Jun 21 2021 Remi Collet <remi@remirepo.net> - 2.0.2-2
+- allow yoast/phpunit-polyfills version 1
+
* Tue Mar 23 2021 Remi Collet <remi@remirepo.net> - 2.0.2-1
- update to 2.0.2
- switch to phpunit9 with yoast/phpunit-polyfills