X-Git-Url: https://git.rapsys.eu/airlibre/blobdiff_plain/786580544093d24b55072d7836dff9a5b37ae32f..refs/heads/master:/composer.json diff --git a/composer.json b/composer.json index eafcd5c..386465e 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" } } }, @@ -206,8 +206,12 @@ ], "symfony": { "allow-contrib": true, - "require": "^7.0", - "docker": false + "docker": false, + "endpoint": [ + "https://git.rapsys.eu/recipe/blob_plain/HEAD:/index.json", + "flex://defaults" + ], + "require": "^7.0" }, "symfony-assets-install": "relative" }