diff options
-rw-r--r-- | php-tecnickcom-tc-lib-color.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/php-tecnickcom-tc-lib-color.spec b/php-tecnickcom-tc-lib-color.spec index ac78fa5..bf7f103 100644 --- a/php-tecnickcom-tc-lib-color.spec +++ b/php-tecnickcom-tc-lib-color.spec @@ -28,10 +28,11 @@ BuildArch: noarch # For tests %if 0%{?fedora} >= 32 || 0%{?rhel} >= 9 %global phpunit %{_bindir}/phpunit9 +BuildRequires: phpunit9 >= 9.5.0 %else %global phpunit %{_bindir}/phpunit8 +BuildRequires: phpunit8 >= 8.5.13 %endif -BuildRequires: %{phpunit} BuildRequires: php(language) >= 5.3 BuildRequires: php-pcre %endif |