swap deps.
This commit is contained in:
parent
0ad30308ea
commit
1cfcb033f3
1 changed files with 2 additions and 2 deletions
|
|
@ -42,8 +42,8 @@ BuildArch: noarch
|
|||
%if %{with_tests}
|
||||
# composer.json
|
||||
BuildRequires: php(language) >= %{php_min_ver}
|
||||
BuildRequires: php-composer(nikic/php-parser) >= %{php_parser_min_ver}
|
||||
BuildRequires: php-composer(nikic/php-parser) < %{php_parser_max_ver}
|
||||
BuildRequires: php-composer(nikic/php-parser) >= %{php_parser_min_ver}
|
||||
BuildRequires: php-composer(phpunit/phpunit) >= 5.0
|
||||
# phpcompatinfo (computed from version 0.4.0)
|
||||
BuildRequires: php-pcre
|
||||
|
|
@ -55,8 +55,8 @@ BuildRequires: php-composer(symfony/class-loader)
|
|||
|
||||
# composer.json
|
||||
Requires: php(language) >= %{php_min_ver}
|
||||
Requires: php-composer(nikic/php-parser) >= %{php_parser_min_ver}
|
||||
Requires: php-composer(nikic/php-parser) < %{php_parser_max_ver}
|
||||
Requires: php-composer(nikic/php-parser) >= %{php_parser_min_ver}
|
||||
# phpcompatinfo (computed from version 0.4.0)
|
||||
Requires: php-pcre
|
||||
Requires: php-spl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue