diff options
-rw-r--r-- | php-cs-fixer-phpunit-constraint-xmlmatchesxsd.spec | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/php-cs-fixer-phpunit-constraint-xmlmatchesxsd.spec b/php-cs-fixer-phpunit-constraint-xmlmatchesxsd.spec index d193e7c..53632e6 100644 --- a/php-cs-fixer-phpunit-constraint-xmlmatchesxsd.spec +++ b/php-cs-fixer-phpunit-constraint-xmlmatchesxsd.spec @@ -44,13 +44,10 @@ BuildRequires: php-libxml %if 0%{?fedora} >= 31 || 0%{?rhel} >= 9 BuildRequires: phpunit9 %endif -%if 0%{?fedora} >= 29 || 0%{?rhel} >= 8 BuildRequires: phpunit8 -%endif -%if 0%{?fedora} >= 28 || 0%{?rhel} >= 8 BuildRequires: phpunit7 -%endif -BuildRequires: php-composer(phpunit/phpunit) >= 5.7.23 +BuildRequires: phpunit6 >= 6.4.3 +BuildRequires: phpunit >= 5.7.23 # Autoloader BuildRequires: php-fedora-autoloader-devel %endif |