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 | 4a52ce3196e913cadc67ea6be9cc698e05847e59 (patch) | |
tree | 3f90b23cc59b9569c4ba84397139fd74788c70f7 | |
parent | 6422bf70cd8dc64f85833354c53163296547990c (diff) |
-rw-r--r-- | php-symfony2-EventDispatcher.spec | 7 |
1 files 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} |