diff options
author | Remi Collet <remi@remirepo.net> | 2020-10-13 08:48:29 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-10-13 08:48:29 +0200 |
commit | febd36f5b575805440b442b584f76c8c251bd9a8 (patch) | |
tree | 32f20636ae69abfc7d59aef489d73cb3b912ff7a | |
parent | 5a2725ef5c49dc7166ceb29a027563466fa0e6b5 (diff) |
cleanup
-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 |