fixed standalone component tests depending on Validator and Form

This commit is contained in:
Fabien Potencier 2014-09-27 22:43:02 +02:00
parent 5c3cea59ba
commit 09a3c4c956
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -36,10 +36,10 @@
"symfony/console": "~2.0",
"symfony/finder": "~2.0",
"symfony/security": "~2.4",
"symfony/form": "~2.4",
"symfony/form": "~2.4,<2.5.0",
"symfony/class-loader": "~2.1",
"symfony/process": "~2.0",
"symfony/validator": "~2.1",
"symfony/validator": "~2.1,<2.5.0",
"symfony/yaml": "~2.0"
},
"suggest": {