Skip to content

Commit a4217c3

Browse files
committed
fixed deps
1 parent 8d75b4b commit a4217c3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Symfony/Bridge/Doctrine/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"symfony/http-kernel": "~2.2",
2727
"symfony/security": "~2.2",
2828
"symfony/expression-language": "~2.2",
29-
"symfony/validator": "~2.3.0",
29+
"symfony/validator": "~2.4",
3030
"doctrine/data-fixtures": "1.0.*",
3131
"doctrine/dbal": "~2.2",
3232
"doctrine/orm": "~2.2,>=2.2.3"

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.5",
24+
"symfony/form": "~2.5,<2.6.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"symfony/console": "~2.0",
3737
"symfony/finder": "~2.0",
3838
"symfony/security": "~2.4",
39-
"symfony/form": "~2.5",
39+
"symfony/form": "2.5.*",
4040
"symfony/class-loader": "~2.1",
4141
"symfony/expression-language": "~2.4",
4242
"symfony/process": "~2.0",

src/Symfony/Component/EventDispatcher/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": ">=5.3.3"
2020
},
2121
"require-dev": {
22-
"symfony/dependency-injection": "~2.0",
22+
"symfony/dependency-injection": "~2.0,<2.6.0",
2323
"symfony/config": "~2.0",
2424
"symfony/stopwatch": "~2.2",
2525
"psr/log": "~1.0"

0 commit comments

Comments
 (0)