diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-12-21 14:51:59 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-12-21 14:51:59 +0100 |
commit | 3b8633594d784973eedcd7c5fcdce4af81b911d3 (patch) | |
tree | 90d044d2d79182381550fc0cf27fba9f425564ca | |
parent | 9faab019c3ec360f5ec7a20637a9c907960ebed1 (diff) |
php-theseer-autoload: ignore phpunit version
-rw-r--r-- | php-theseer-autoload.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-theseer-autoload.spec b/php-theseer-autoload.spec index 07bf9ed..66d252e 100644 --- a/php-theseer-autoload.spec +++ b/php-theseer-autoload.spec @@ -33,7 +33,7 @@ BuildRequires: php(language) >= 5.3.1 # From composer.json, "require-dev": { # "phpunit/phpunit": "~4.0|~5.0", # "squizlabs/php_codesniffer": "~1.5" -BuildRequires: php-composer(phpunit/phpunit) >= 4.0 +BuildRequires: php-composer(phpunit/phpunit) BuildRequires: php-composer(theseer/directoryscanner) >= 1.3 BuildRequires: php-composer(theseer/directoryscanner) < 2 BuildRequires: php-composer(zetacomponents/console-tools) >= 1.7 |