From 1a28d10c99069c7d7bee667a68c3cde41788fd9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 05:17:16 +0000 Subject: [PATCH] Update twig/twig requirement from ^3.7 to ^3.8 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/v3.7.0...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 543fa02..49bd51d 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "php": "^7.4 || ^8.0", "psr/http-message": "^1.1", "slim/slim": "^4.12", - "twig/twig": "^3.7", + "twig/twig": "^3.8", "symfony/polyfill-php81": "^1.28" }, "require-dev": {