diff --git a/composer.json b/composer.json index b3478d95..81d27d52 100644 --- a/composer.json +++ b/composer.json @@ -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": {