From a3f1970faf8df11862b7ac03f31f15adbebb8562 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 20:55:22 +0000 Subject: [PATCH] Update twig/twig requirement from ^3.11 to ^3.27 Updates the requirements on [twig/twig](https://github.com/twigphp/Twig) to permit the latest version. - [Release notes](https://github.com/twigphp/Twig/releases) - [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG) - [Commits](https://github.com/twigphp/Twig/compare/v3.11.0...v3.27.1) --- updated-dependencies: - dependency-name: twig/twig dependency-version: 3.27.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 82ad46a..0de6b5d 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "psr/http-message": "^1.1 || ^2.0", "slim/slim": "^4.12", "symfony/polyfill-php81": "^1.29", - "twig/twig": "^3.11" + "twig/twig": "^3.27" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.60",