Skip to content

Commit

Permalink
minor symfony#1753 [Stimulus] Allow Twig 3.9 (smnandre)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
kbond committed Apr 18, 2024
2 parents f23e5d1 + 156974c commit e6b827b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StimulusBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
"symfony/finder": "^5.4|^6.0|^7.0",
"symfony/http-kernel": "^5.4|^6.0|^7.0",
"twig/twig": "^2.15.3|~3.8.0",
"twig/twig": "^2.15.3|^3.8",
"symfony/deprecation-contracts": "^2.0|^3.0"
},
"require-dev": {
Expand Down

0 comments on commit e6b827b

Please sign in to comment.