diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-10-19 08:03:07 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-10-19 08:03:07 +0200 |
commit | d27b1c7ac36544443fcf19eb7467d8ab0a55e5d2 (patch) | |
tree | ebc42989c04d216592d6d61e1fc98e6ef95bc98f | |
parent | d6b68e9269b1116bec2777127becd6fd05ed58f0 (diff) |
-rw-r--r-- | php-symfony2-DependencyInjection.spec | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/php-symfony2-DependencyInjection.spec b/php-symfony2-DependencyInjection.spec index 9432f34..ff52828 100644 --- a/php-symfony2-DependencyInjection.spec +++ b/php-symfony2-DependencyInjection.spec @@ -22,10 +22,8 @@ BuildRequires: php-channel(%{pear_channel}) # For tests BuildRequires: php(language) >= %{php_min_ver} BuildRequires: php-pear(pear.phpunit.de/PHPUnit) -BuildRequires: php-pear(%{pear_channel}/Config) > 2.3 -BuildRequires: php-pear(%{pear_channel}/Config) < 2.4 -BuildRequires: php-pear(%{pear_channel}/Yaml) > 2.3 -BuildRequires: php-pear(%{pear_channel}/Yaml) < 2.4 +BuildRequires: php-pear(%{pear_channel}/Config) > 2.2 +BuildRequires: php-pear(%{pear_channel}/Yaml) > 2.0 # For tests: phpci BuildRequires: php-dom BuildRequires: php-pcre @@ -47,10 +45,8 @@ Requires: php-reflection Requires: php-simplexml Requires: php-spl # Optional -Requires: php-pear(%{pear_channel}/Config) > 2.3 -Requires: php-pear(%{pear_channel}/Config) < 2.4 -Requires: php-pear(%{pear_channel}/Yaml) > 2.3 -Requires: php-pear(%{pear_channel}/Yaml) < 2.4 +Requires: php-pear(%{pear_channel}/Config) > 2.2 +Requires: php-pear(%{pear_channel}/Yaml) > 2.0 Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} |