Skip to content

Commit

Permalink
Raise Twig requirements to 2.14.11+ / 3.3.8+ for security reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
nibra committed Aug 21, 2022
1 parent 8fb59a8 commit 0b514c4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,20 @@
"mustache/mustache": "^2.3",
"phpunit/phpunit": "^8.5|^9.0",
"symfony/templating": "^3.4|^4.4|^5.0",
"twig/twig": "^1.34|^2.4|^3.0"
"twig/twig": "^2.14.11|^3.3.8"
},
"conflict": {
"illuminate/view": "<6.0",
"league/plates": "<3.0",
"mustache/mustache": "<2.3",
"symfony/templating": "<3.4",
"twig/twig": "<1.34 || >=2.0,<2.4"
"symfony/templating": "<3.4"
},
"suggest": {
"illuminate/view": "Install ^6.0|^7.0 if you are using Laravel's Blade template engine.",
"league/plates": "Install ^3.0 if you are using the Plates template engine.",
"mustache/mustache": "Install ^2.3 if you are using the Mustache template engine.",
"symfony/templating": "Install ^3.4|^4.4|^5.0 if you are using Symfony's PHP template component.",
"twig/twig": "Install ^1.34|^2.4|^3.0 if you are using the Twig template engine."
"twig/twig": "Install ^2.14.11|^3.3.8 if you are using the Twig template engine."
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0b514c4

Please sign in to comment.