updated required versions when depending on the Routing component

This commit is contained in:
Fabien Potencier 2013-02-08 15:31:59 +01:00
parent a742f0a03e
commit 289ccfc724
5 changed files with 5 additions and 5 deletions

View File

@ -22,7 +22,7 @@
"require-dev": {
"symfony/form": "2.2.*",
"symfony/http-kernel": "2.2.*",
"symfony/routing": "2.2.*",
"symfony/routing": ">=2.2,<2.3-dev",
"symfony/templating": "~2.1",
"symfony/translation": "2.2.*",
"symfony/yaml": "~2.0",

View File

@ -22,7 +22,7 @@
"symfony/event-dispatcher": "~2.1",
"symfony/http-kernel": "2.2.*",
"symfony/filesystem": ">=2.1,<2.3-dev",
"symfony/routing": "2.2.*",
"symfony/routing": ">=2.2,<2.3-dev",
"symfony/stopwatch": ">=2.2,<2.3-dev",
"symfony/templating": "~2.1",
"symfony/translation": "2.2.*",

View File

@ -18,7 +18,7 @@
"require": {
"php": ">=5.3.3",
"symfony/http-kernel": "2.2.*",
"symfony/routing": "2.2.*",
"symfony/routing": ">=2.2,<2.3-dev",
"symfony/twig-bridge": "2.2.*"
},
"require-dev": {

View File

@ -29,7 +29,7 @@
"symfony/dependency-injection": "2.2.*",
"symfony/finder": "~2.0",
"symfony/process": "~2.0",
"symfony/routing": "2.2.*",
"symfony/routing": ">=2.2,<2.3-dev",
"symfony/stopwatch": ">=2.2,<2.3-dev"
},
"suggest": {

View File

@ -23,7 +23,7 @@
},
"require-dev": {
"symfony/form": "2.2.*",
"symfony/routing": "2.2.*",
"symfony/routing": ">=2.2,<2.3-dev",
"symfony/validator": "2.2.*",
"doctrine/common": "~2.2",
"doctrine/dbal": "~2.2",