fixed deps

This commit is contained in:
Fabien Potencier 2014-09-28 17:56:11 +02:00
parent 8d75b4b56f
commit a4217c3ee0
4 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@
"symfony/http-kernel": "~2.2",
"symfony/security": "~2.2",
"symfony/expression-language": "~2.2",
"symfony/validator": "~2.3.0",
"symfony/validator": "~2.4",
"doctrine/data-fixtures": "1.0.*",
"doctrine/dbal": "~2.2",
"doctrine/orm": "~2.2,>=2.2.3"

View File

@ -21,7 +21,7 @@
"twig/twig": "~1.12"
},
"require-dev": {
"symfony/form": "~2.5",
"symfony/form": "~2.5,<2.6.0",
"symfony/http-kernel": "~2.2",
"symfony/routing": "~2.2",
"symfony/templating": "~2.1",

View File

@ -36,7 +36,7 @@
"symfony/console": "~2.0",
"symfony/finder": "~2.0",
"symfony/security": "~2.4",
"symfony/form": "~2.5",
"symfony/form": "2.5.*",
"symfony/class-loader": "~2.1",
"symfony/expression-language": "~2.4",
"symfony/process": "~2.0",

View File

@ -19,7 +19,7 @@
"php": ">=5.3.3"
},
"require-dev": {
"symfony/dependency-injection": "~2.0",
"symfony/dependency-injection": "~2.0,<2.6.0",
"symfony/config": "~2.0",
"symfony/stopwatch": "~2.2",
"psr/log": "~1.0"