use ~2.0 when depending on the locale component

Some methods have been added in 2.1 but none of them are used by the
Symfony components.
This commit is contained in:
Fabien Potencier 2013-02-08 13:13:08 +01:00
parent c3906a4acb
commit 9b64be2ee8
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
"require": {
"php": ">=5.3.3",
"symfony/event-dispatcher": "2.2.*",
"symfony/locale": "2.2.*",
"symfony/locale": "~2.0",
"symfony/options-resolver": "2.2.*",
"symfony/property-access": "2.2.*"
},

View File

@ -21,7 +21,7 @@
},
"require-dev": {
"symfony/http-foundation": "2.2.*",
"symfony/locale": "2.2.*",
"symfony/locale": "~2.0",
"symfony/yaml": "~2.0",
"symfony/config": "2.2.*"
},