]> Raphaël G. Git Repositories - airlibre/commitdiff
Update doctrine annotations and symfony twig-bundle versions
authorRaphaël Gertz <git@rapsys.eu>
Tue, 27 Feb 2024 10:14:05 +0000 (11:14 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Tue, 27 Feb 2024 10:14:05 +0000 (11:14 +0100)
composer.json

index eafcd5c87084a4c70795178788c76e630752b242..9f6fa17a08856c5373ed9b78f2743042c03a4c2a 100644 (file)
@@ -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"
                 }
             }
         },