Skip to content

Commit

Permalink
Fix Twig security issue
Browse files Browse the repository at this point in the history
Fix Twig security issue (CVE-2024-45411) by upgrading twig/twig dependency.
  • Loading branch information
Davide Franco committed Sep 24, 2024
1 parent 6d11bda commit e94300a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"psr/http-message": "^1.1 || ^2.0",
"slim/slim": "^4.12",
"symfony/polyfill-php81": "^1.29",
"twig/twig": "^3.8"
"twig/twig": "^3.11.1"
},
"require-dev": {
"phpspec/prophecy-phpunit": "^2.0",
"phpstan/phpstan": "^1.10.59",
"phpunit/phpunit": "^9.6 || ^10",
"phpunit/phpunit": "9.6.21",
"psr/http-factory": "^1.0",
"squizlabs/php_codesniffer": "^3.9"
},
Expand Down

0 comments on commit e94300a

Please sign in to comment.