From c5555123c97792bbb1d4c824c87531f872dd5ba7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 10:32:24 +0000 Subject: [PATCH] Update twig/twig requirement from ^3.9 to ^3.10 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.9.0...v3.10.3) --- 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 cfd14ad..eea9d03 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "ramsey/uuid": "^4.2.3", "spatie/schema-org": "^3.9", "tebazil/db-seeder": "^1.0", - "twig/twig": "^3.9", + "twig/twig": "^3.10", "vlucas/phpdotenv": "^5.6" }, "require-dev": {