Skip to content

Commit 156974c

Browse files
committed
[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 :)
1 parent 39b3be1 commit 156974c

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)