From 4a52ce3196e913cadc67ea6be9cc698e05847e59 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-EventDispatcher.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/php-symfony2-EventDispatcher.spec b/php-symfony2-EventDispatcher.spec index 47f5f10..47e9435 100644 --- a/php-symfony2-EventDispatcher.spec +++ b/php-symfony2-EventDispatcher.spec @@ -22,8 +22,7 @@ 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}/DependencyInjection) > 2.3 -BuildRequires: php-pear(%{pear_channel}/DependencyInjection) < 2.4 +BuildRequires: php-pear(%{pear_channel}/DependencyInjection) > 2.0 # For tests: phpci BuildRequires: php-spl @@ -35,8 +34,8 @@ Requires(postun): %{__pear} # phpci Requires: php-spl # Optional -Requires: php-pear(%{pear_channel}/DependencyInjection) > 2.3 -Requires: php-pear(%{pear_channel}/DependencyInjection) < 2.4 +Requires: php-pear(%{pear_channel}/DependencyInjection) > 2.0 +# Optional and not set to avoid circular dependency: HttpKernel Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} -- cgit