diff options
author | Remi Collet <remi@remirepo.net> | 2020-10-20 08:11:08 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-10-20 08:11:08 +0200 |
commit | cba7cb52757ae24f7e10d385bcdf7b8ce827aeba (patch) | |
tree | 6a5578c047f04c60f0d1cb5503dd94d142040f32 | |
parent | 5a8a6069f98de3d52376af0cea123182ee4f6c05 (diff) |
-rw-r--r-- | php-cs-fixer-phpunit-constraint-xmlmatchesxsd.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/php-cs-fixer-phpunit-constraint-xmlmatchesxsd.spec b/php-cs-fixer-phpunit-constraint-xmlmatchesxsd.spec index 8173062..70e0bc0 100644 --- a/php-cs-fixer-phpunit-constraint-xmlmatchesxsd.spec +++ b/php-cs-fixer-phpunit-constraint-xmlmatchesxsd.spec @@ -39,12 +39,16 @@ BuildRequires: php-libxml # "johnkary/phpunit-speedtrap": "^1.1 || ^2.0 || ^3.0", # "symfony/phpunit-bridge": "^3.2.2 || ^4.0" # ignore phpunit listeners -%if 0%{?fedora} >= 31 || 0%{?rhel} >= 9 +# remirepo:1 +%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 BuildRequires: (php-composer(phpunitgoodpractices/polyfill) >= 1.4 with php-composer(phpunitgoodpractices/polyfill) < 2) -BuildRequires: phpunit9 +# remirepo:3 %else BuildRequires: php-phpunitgoodpractices-polyfill >= 1.4 %endif +%if 0%{?fedora} >= 31 || 0%{?rhel} >= 9 +BuildRequires: phpunit9 +%endif BuildRequires: phpunit8 BuildRequires: phpunit7 >= 7.5.20 BuildRequires: phpunit6 >= 6.5.14 |