fixed APCu dep version

This commit is contained in:
Fabien Potencier 2016-01-25 15:43:10 +01:00
parent 81605dd7c9
commit 3b7f4c7050
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
"php": ">=5.3.3",
"doctrine/common": "~2.4",
"paragonie/random_compat": "~1.0",
"symfony/polyfill-apcu": "~1.0,>=1.0.2",
"symfony/polyfill-apcu": "~1.1",
"twig/twig": "~1.23|~2.0",
"psr/log": "~1.0"
},

View File

@ -18,7 +18,7 @@
"minimum-stability": "dev",
"require": {
"php": ">=5.3.3",
"symfony/polyfill-apcu": "~1.0,>=1.0.2"
"symfony/polyfill-apcu": "~1.1"
},
"require-dev": {
"symfony/finder": "~2.0,>=2.0.5"