From fdfd13307c99e933237b549e06bc379b845f7864 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 14:45:52 +0000 Subject: [PATCH] Update symfony/twig-bridge requirement from ^7.1 to ^7.2 Updates the requirements on [symfony/twig-bridge](https://github.com/symfony/twig-bridge) to permit the latest version. - [Release notes](https://github.com/symfony/twig-bridge/releases) - [Changelog](https://github.com/symfony/twig-bridge/blob/7.2/CHANGELOG.md) - [Commits](https://github.com/symfony/twig-bridge/compare/v7.1.0...v7.2.0) --- updated-dependencies: - dependency-name: symfony/twig-bridge 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 cf25b21..4c4d10f 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "slim/slim": "^4.14", "slim/twig-view": "^3.4", "symfony/translation": "^7.2", - "symfony/twig-bridge": "^7.1", + "symfony/twig-bridge": "^7.2", "vlucas/phpdotenv": "^5.6" }, "require-dev": {