Skip to content

Commit

Permalink
Fix Twig security issue (#328)
Browse files Browse the repository at this point in the history
Fix Twig security issue (CVE-2024-45411) by upgrading twig/twig dependency.

Co-authored-by: Davide Franco <[email protected]>
  • Loading branch information
dfranco and Davide Franco authored Sep 26, 2024
1 parent 6d11bda commit b4268d8
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 @@ -28,7 +28,7 @@
"psr/http-message": "^1.1 || ^2.0",
"slim/slim": "^4.12",
"symfony/polyfill-php81": "^1.29",
"twig/twig": "^3.8"
"twig/twig": "^3.11"
},
"require-dev": {
"phpspec/prophecy-phpunit": "^2.0",
Expand Down

0 comments on commit b4268d8

Please sign in to comment.