diff options
author | Remi Collet <remi@remirepo.net> | 2018-07-02 07:35:02 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-07-02 07:35:02 +0200 |
commit | e4a8e1a5b54769d7130e375da67484d9683183b3 (patch) | |
tree | de330d11be6f4c9dec87c9a75fa2dfe2e6e07987 | |
parent | 7561abf689c586adde3a1a11e10fc878f6ce484c (diff) |
minor
-rw-r--r-- | php-theseer-autoload.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/php-theseer-autoload.spec b/php-theseer-autoload.spec index 1c133dc..a210ed8 100644 --- a/php-theseer-autoload.spec +++ b/php-theseer-autoload.spec @@ -40,8 +40,9 @@ BuildRequires: (php-composer(theseer/directoryscanner) >= 1.3 with php-comp BuildRequires: (php-composer(zetacomponents/console-tools) >= 1.7 with php-composer(zetacomponents/console-tools) < 2) %global phpunit %{_bindir}/phpunit6 %else -BuildRequires: php-composer(theseer/directoryscanner) >= 1.3 BuildRequires: php-composer(theseer/directoryscanner) < 2 +BuildRequires: php-composer(theseer/directoryscanner) >= 1.3 +BuildRequires: php-composer(zetacomponents/console-tools) < 2 BuildRequires: php-composer(zetacomponents/console-tools) >= 1.7 %global phpunit %{_bindir}/phpunit %endif |