diff options
Diffstat (limited to 'php-swiftmailer6.spec')
-rw-r--r-- | php-swiftmailer6.spec | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/php-swiftmailer6.spec b/php-swiftmailer6.spec index 37508d8..e601f8a 100644 --- a/php-swiftmailer6.spec +++ b/php-swiftmailer6.spec @@ -53,7 +53,7 @@ BuildRequires: php-pcre BuildRequires: php-spl # From composer.json, "require-dev": { # "mockery/mockery": "^1.0", -# "symfony/phpunit-bridge": "^4.4|^5.4" +# "symfony/phpunit-bridge": "^4.4|^5.4 " # remirepo:1 %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 BuildRequires: (php-composer(mockery/mockery) >= 1.0 with php-composer(mockery/mockery) < 2) @@ -63,11 +63,7 @@ BuildRequires: (php-composer(mockery/mockery) >= 1.0 with php-composer BuildRequires: php-mockery #BuildRequires: php-symfony4-phpunit-bridge %endif -%if 0%{?fedora} >= 32 || 0%{?rhel} >= 9 %global phpunit %{_bindir}/phpunit9 -%else -%global phpunit %{_bindir}/phpunit8 -%endif BuildRequires: %{phpunit} %endif BuildRequires: php-fedora-autoloader-devel |