[Locale] Fix Intl requirement

This commit is contained in:
Nicolas Grekas 2015-08-01 18:50:08 +02:00
parent a4100f95e7
commit e23eb56ffe
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
],
"require": {
"php": ">=5.3.9",
"symfony/intl": "~2.3"
"symfony/intl": "~2.7"
},
"require-dev": {
"symfony/phpunit-bridge": "~2.7"