[Intl] Changed composer.json to disallow future versions of the Icu component

This commit is contained in:
Bernhard Schussek 2013-03-15 23:36:29 +01:00
parent 080c88040d
commit f6b75b9de8
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
],
"require": {
"php": ">=5.3.3",
"symfony/icu": ">=1.0",
"symfony/icu": "~1.0",
"doctrine/common": "~2.2",
"twig/twig": "~1.11",
"psr/log": "~1.0"

View File

@ -25,7 +25,7 @@
],
"require": {
"php": ">=5.3.3",
"symfony/icu": ">=1.0"
"symfony/icu": "~1.0"
},
"require-dev": {
"symfony/filesystem": ">=2.1"