Skip to content

Commit

Permalink
[TwigBridge] Fix compat with Twig v3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Feb 15, 2024
1 parent 4c0a1fc commit 2726f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"symfony/polyfill-php80": "^1.16",
"symfony/routing": "^4.4|^5.0|^6.0",
"symfony/twig-bundle": "^4.4|^5.0|^6.0",
"twig/twig": "^2.13|~3.8.0"
"twig/twig": "^2.13|^3.0.4"
},
"require-dev": {
"symfony/browser-kit": "^4.4|^5.0|^6.0",
Expand Down

0 comments on commit 2726f86

Please sign in to comment.