From febd36f5b575805440b442b584f76c8c251bd9a8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 13 Oct 2020 08:48:29 +0200 Subject: cleanup --- php-cs-fixer-phpunit-constraint-xmlmatchesxsd.spec | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'php-cs-fixer-phpunit-constraint-xmlmatchesxsd.spec') 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 -- cgit