Skip to content

Commit b955445

Browse files
committed
minor symfony#40304 [TwigBridge] Install symfony/intl to run tests on Travis (wouterj)
This PR was merged into the 4.4 branch. Discussion ---------- [TwigBridge] Install symfony/intl to run tests on Travis | Q | A | ------------- | --- | Branch? | 5.x | Bug fix? | bi | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - The hard dependency on `symfony/intl` was removed from the Form component in 5.3-dev (symfony#40298). I suggest to add the explicit dev dependency on TwigBridge on 4.4 already. Commits ------- b297045 [TwigBridge] Install symfony/intl to run tests on Travis
2 parents 91121ac + b297045 commit b955445

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Bridge/Twig/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"symfony/form": "^4.4.17",
3030
"symfony/http-foundation": "^4.3|^5.0",
3131
"symfony/http-kernel": "^4.4",
32+
"symfony/intl": "^4.4|^5.0",
3233
"symfony/mime": "^4.3|^5.0",
3334
"symfony/polyfill-intl-icu": "~1.0",
3435
"symfony/routing": "^3.4|^4.0|^5.0",

0 commit comments

Comments
 (0)