8000 fixed standalone component tests depending on Validator and Form · symfony/symfony@09a3c4c · GitHub
[go: up one dir, main page]

Skip to content

Commit 09a3c4c

Browse files
committed
fixed standalone component tests depending on Validator and Form
1 parent 5c3cea5 commit 09a3c4c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Symfony/Bridge/Twig/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"twig/twig": "~1.12"
2222
},
2323
"require-dev": {
24-
"symfony/form": "~2.2",
24+
"symfony/form": "~2.2,<2.5.0",
2525
"symfony/http-kernel": "~2.2",
2626
"symfony/routing": "~2.2",
2727
"symfony/templating": "~2.1",

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
3636
"symfony/console": "~2.0",
3737
"symfony/finder": "~2.0",
3838
"symfony/security": "~2.4",
39-
"symfony/form": "~2.4",
39+
"symfony/form": "~2.4,<2.5.0",
4040
"symfony/class-loader": "~2.1",
4141
"symfony/process": "~2.0",
42-
"symfony/validator": "~2.1",
42+
"symfony/validator": "~2.1,<2.5.0",
4343
"symfony/yaml": "~2.0"
4444
},
4545
"suggest": {

0 commit comments

Comments
 (0)
0