diff options
-rw-r--r-- | php-phpunit-PHPUnit.spec | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec index 0e28da6..9c55984 100644 --- a/php-phpunit-PHPUnit.spec +++ b/php-phpunit-PHPUnit.spec @@ -25,7 +25,7 @@ Name: php-phpunit-PHPUnit Version: %{major}.%{minor} -Release: 11%{?dist} +Release: 12%{?dist} Summary: The PHP Unit Testing framework version 5 License: BSD @@ -130,6 +130,9 @@ Requires: (php-composer(sebastian/object-enumerator) >= 2.0 with php-com Requires: (php-composer(sebastian/resource-operations) >= 1.0 with php-composer(sebastian/resource-operations) < 2) Requires: (php-composer(sebastian/version) >= 2.0.1 with php-composer(sebastian/version) < 3) Requires: (php-composer(myclabs/deep-copy) >= 1.3 with php-composer(myclabs/deep-copy) < 2) +# Supported versions +Recommends: phpunit8 +Recommends: phpunit9 # remirepo:17 %else Requires: php-phpunit-File-Iterator >= 1.4 @@ -199,6 +202,10 @@ for the creation, execution and analysis of Unit Tests. This package provides the version 5 of PHPUnit, available using the phpunit command. +This version have reached its end of life in Feb 2018, +so consider using a supported version, +see https://phpunit.de/supported-versions.html + Documentation: https://phpunit.readthedocs.io/ @@ -263,6 +270,9 @@ fi %changelog +* Thu Mar 25 2021 Remi Collet <remi@remirepo.net> - 5.7.27-12 +- recommend using a supported version + * Fri Mar 19 2021 Remi Collet <remi@remirepo.net> - 5.7.27-11 - add minimal fix for PHP 8 |