8000 [TwigBridge] fix lowest required Form dependency · symfony/symfony@77139ca · GitHub
[go: up one dir, main page]

Skip to content

Commit 77139ca

Browse files
committed
[TwigBridge] fix lowest required Form dependency
1 parent c87c35e commit 77139ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bridge/Twig/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"require-dev": {
2323
"symfony/asset": "~2.8|~3.0",
2424
"symfony/finder": "~2.8|~3.0",
25-
"symfony/form": "~2.8.4|~3.0.4",
25+
"symfony/form": "~3.0.4",
2626
"symfony/http-kernel": "~2.8|~3.0",
2727
"symfony/polyfill-intl-icu": "~1.0",
2828
"symfony/routing": "~2.8|~3.0",

0 commit comments

Comments
 (0)
0