updated required versions when depending on the Translation component

This commit is contained in:
Fabien Potencier 2013-02-08 15:58:11 +01:00
parent 289ccfc724
commit a6713136d0
3 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@
"symfony/http-kernel": "2.2.*", "symfony/http-kernel": "2.2.*",
"symfony/routing": ">=2.2,<2.3-dev", "symfony/routing": ">=2.2,<2.3-dev",
"symfony/templating": "~2.1", "symfony/templating": "~2.1",
"symfony/translation": "2.2.*", "symfony/translation": ">=2.0,<2.3-dev",
"symfony/yaml": "~2.0", "symfony/yaml": "~2.0",
"symfony/security": ">=2.0,<2.3-dev" "symfony/security": ">=2.0,<2.3-dev"
}, },

View File

@ -25,8 +25,8 @@
"symfony/routing": ">=2.2,<2.3-dev", "symfony/routing": ">=2.2,<2.3-dev",
"symfony/stopwatch": ">=2.2,<2.3-dev", "symfony/stopwatch": ">=2.2,<2.3-dev",
"symfony/templating": "~2.1", "symfony/templating": "~2.1",
"symfony/translation": "2.2.*", "symfony/translation": ">=2.2,<2.3-dev",
"doctrine/common": "~2.2" "doctrine/common": ">=2.2,<2.4-dev"
}, },
"require-dev": { "require-dev": {
"symfony/finder": "~2.0", "symfony/finder": "~2.0",

View File

@ -17,7 +17,7 @@
], ],
"require": { "require": {
"php": ">=5.3.3", "php": ">=5.3.3",
"symfony/translation": "2.2.*" "symfony/translation": "~2.0"
}, },
"require-dev": { "require-dev": {
"symfony/http-foundation": "2.2.*", "symfony/http-foundation": "2.2.*",