From ef2775187b57c9b0fc1632b7728650609307cd93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 06:05:47 +0000 Subject: [PATCH] Update twig/twig requirement from ~2.14.8 to ~3.8.0 Updates the requirements on [twig/twig](https://github.com/twigphp/Twig) to permit the latest version. - [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG) - [Commits](https://github.com/twigphp/Twig/compare/v2.14.8...v3.8.0) --- updated-dependencies: - dependency-name: twig/twig 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 d1d74891..979e7555 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "require": { "php" : "^7.2 || ^8.0", "sabre/dav" : "~4.5.0", - "twig/twig" : "~2.14.8", + "twig/twig" : "~3.8.0", "symfony/yaml" : "^3.4", "psr/log" : "^1", "ext-dom" : "*",