From d27b1c7ac36544443fcf19eb7467d8ab0a55e5d2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 19 Oct 2013 08:03:07 +0200 Subject: symfony2: cleanups (dep from composer) --- php-symfony2-DependencyInjection.spec | 12 ++++-------- 1 file 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} -- cgit