From fbc23b1eed353095ef0a13d97a04259e5fbe0dc1 Mon Sep 17 00:00:00 2001 From: Akihito Koriyama Date: Sat, 23 Nov 2024 12:57:54 +0900 Subject: [PATCH] Update Twig version dependency in composer.json Removed support for older Twig versions by updating the required version to ^v3.15 only. This change ensures compatibility with the latest features and security improvements in Twig version 3.15 and above. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 564ecfa..9b35c33 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "bear/resource": "^1.23", "bear/sunday": "^1.7", "bear/app-meta": "^1.8", - "twig/twig": "^v2.16.1 || ^v3.15", + "twig/twig": "^v3.15", "mobiledetect/mobiledetectlib": "^3.74.3", "ray/di": "^2.17", "ray/aop": "^2.17",