Skip to content

Commit b4268d8

Browse files
dfrancoDavide Franco
andauthored
Fix Twig security issue (#328)
Fix Twig security issue (CVE-2024-45411) by upgrading twig/twig dependency. Co-authored-by: Davide Franco <[email protected]>
1 parent 6d11bda commit b4268d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"psr/http-message": "^1.1 || ^2.0",
2929
"slim/slim": "^4.12",
3030
"symfony/polyfill-php81": "^1.29",
31-
"twig/twig": "^3.8"
31+
"twig/twig": "^3.11"
3232
},
3333
"require-dev": {
3434
"phpspec/prophecy-phpunit": "^2.0",

0 commit comments

Comments
 (0)