From cba7cb52757ae24f7e10d385bcdf7b8ce827aeba Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 20 Oct 2020 08:11:08 +0200 Subject: cleanup --- php-cs-fixer-phpunit-constraint-xmlmatchesxsd.spec | 8 ++++++-- 1 file 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 -- cgit