From 156974cd3d5d5182d966e7c25f0fe600ab37d905 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Andr=C3=A9?= Date: Thu, 18 Apr 2024 22:02:15 +0200 Subject: [PATCH] [Stimulus] Allow Twig 3.9 As long Twig or Live component restrict Twig (until we implement yield ready) no need to restrict it here... ... and that would ease IRL tests for Twig&Live :) --- src/StimulusBundle/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/StimulusBundle/composer.json b/src/StimulusBundle/composer.json index 2b0c33accb6..bfceb40241f 100644 --- a/src/StimulusBundle/composer.json +++ b/src/StimulusBundle/composer.json @@ -18,7 +18,7 @@ "symfony/dependency-injection": "^5.4|^6.0|^7.0", "symfony/finder": "^5.4|^6.0|^7.0", "symfony/http-kernel": "^5.4|^6.0|^7.0", - "twig/twig": "^2.15.3|~3.8.0", + "twig/twig": "^2.15.3|^3.8", "symfony/deprecation-contracts": "^2.0|^3.0" }, "require-dev": {