From: Raphaƫl Gertz Date: Tue, 27 Feb 2024 10:14:05 +0000 (+0100) Subject: Update doctrine annotations and symfony twig-bundle versions X-Git-Tag: 0.1.0~62 X-Git-Url: https://git.rapsys.eu/airlibre/commitdiff_plain/d6d7c5edf3a23d9a5c11a7d17f77b1fb467aada7 Update doctrine annotations and symfony twig-bundle versions --- 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" } } },