Skip to content

Commit e6b827b

Browse files
committed
minor #1753 [Stimulus] Allow Twig 3.9 (smnandre)
This PR was merged into the 2.x branch. Discussion ---------- [Stimulus] Allow Twig 3.9 As long Twig or Live component restrict Twig (until we implement yield ready) no need to restrict it here... ... and that would ease IRL tests for Twig&Live :) Commits ------- 156974c [Stimulus] Allow Twig 3.9
2 parents f23e5d1 + 156974c commit e6b827b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StimulusBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
1919
"symfony/finder": "^5.4|^6.0|^7.0",
2020
"symfony/http-kernel": "^5.4|^6.0|^7.0",
21-
"twig/twig": "^2.15.3|~3.8.0",
21+
"twig/twig": "^2.15.3|^3.8",
2222
"symfony/deprecation-contracts": "^2.0|^3.0"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)