8000 minor #18335 [TwigBridge] fix lowest required Form dependency (xabbuh) · symfony/symfony@27dc53e · GitHub
[go: up one dir, main page]

Skip to content

Commit 27dc53e

Browse files
committed
minor #18335 [TwigBridge] fix lowest required Form dependency (xabbuh)
This PR was merged into the 3.0 branch. Discussion ---------- [TwigBridge] fix lowest required Form dependency | Q | A | ------------- | --- | Branch? | 3.0 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- 77139ca [TwigBridge] fix lowest required Form dependency
2 parents c87c35e + 77139ca commit 27dc53e

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