diff options
author | Remi Collet <remi@remirepo.net> | 2017-05-14 18:19:53 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-05-14 18:19:53 +0200 |
commit | 3241103c14d0ac17d83bf9e3a788ab490255207a (patch) | |
tree | 6b88780cbffeef5f164fc54e2a8e40824e08dac4 /php-doctrine-doctrine-cache-bundle.spec | |
parent | 237a6db52b8eb74492da666b8265a9105c158d02 (diff) |
only allow SF2 for now
Diffstat (limited to 'php-doctrine-doctrine-cache-bundle.spec')
-rw-r--r-- | php-doctrine-doctrine-cache-bundle.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/php-doctrine-doctrine-cache-bundle.spec b/php-doctrine-doctrine-cache-bundle.spec index 8749f51..08da501 100644 --- a/php-doctrine-doctrine-cache-bundle.spec +++ b/php-doctrine-doctrine-cache-bundle.spec @@ -35,7 +35,8 @@ # "symfony/security-acl": "~2.3|~3.0", # NOTE: Min version not 2.3 because autoloader required %global symfony_min_ver 2.7.1 -%global symfony_max_ver 4.0 +# TODO: should 4.0, keep 3.0 because of autoloader +%global symfony_max_ver 3 # Build using "--without tests" to disable tests %global with_tests %{?_without_tests:0}%{!?_without_tests:1} |