From d6d7c5edf3a23d9a5c11a7d17f77b1fb467aada7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Tue, 27 Feb 2024 11:14:05 +0100 Subject: [PATCH] Update doctrine annotations and symfony twig-bundle versions --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index eafcd5c..9f6fa17 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "php": ">=8.1", "ext-ctype": "*", "ext-iconv": "*", - "doctrine/annotations": "^1.0|^2.0", + "doctrine/annotations": "^2.0", "doctrine/doctrine-bundle": "^2.0", "doctrine/doctrine-migrations-bundle": "^3.0", "doctrine/orm": "^2.0", @@ -94,7 +94,7 @@ "symfony/flex": "^2.0", "symfony/framework-bundle": "^7.0", "symfony/process": "^7.0", - "symfony/twig-bundle": "^5.0" + "symfony/twig-bundle": "^7.0" } } }, -- 2.41.0