summaryrefslogtreecommitdiffstats
path: root/phpunit7.spec
diff options
context:
space:
mode:
Diffstat (limited to 'phpunit7.spec')
-rw-r--r--phpunit7.spec12
1 files changed, 11 insertions, 1 deletions
diff --git a/phpunit7.spec b/phpunit7.spec
index 6b33275..f34df11 100644
--- a/phpunit7.spec
+++ b/phpunit7.spec
@@ -28,7 +28,7 @@
Name: %{pk_project}%{ver_major}
Version: %{ver_major}.%{ver_minor}.%{ver_patch}
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: The PHP Unit Testing framework version %{ver_major}
License: BSD
@@ -146,6 +146,9 @@ Requires: (php-composer(sebastian/version) >= 2.0.1 with php-co
# "phpunit/php-invoker": "^2.0",
# "ext-xdebug": "*"
Requires: (php-composer(phpunit/php-invoker) >= 2.0 with php-composer(phpunit/php-invoker) < 3)
+# Supported versions
+Recommends: phpunit8
+Recommends: phpunit9
# remirepo:20
%else
Requires: php-doctrine-instantiator >= 1.1
@@ -187,6 +190,10 @@ It is an instance of the xUnit architecture for unit testing frameworks.
This package provides the version %{ver_major} of PHPUnit,
available using the %{name} command.
+This version have reached its end of life in Feb 2020,
+so consider using a supported version,
+see https://phpunit.de/supported-versions.html
+
Documentation: https://phpunit.readthedocs.io/
@@ -283,6 +290,9 @@ exit $ret
%changelog
+* Thu Mar 25 2021 Remi Collet <remi@remirepo.net> - 7.5.20-4
+- recommend using a supported version
+
* Wed Mar 24 2021 Remi Collet <remi@remirepo.net> - 7.5.20-3
- add minimal patch for PHP 8 and ignore some tests