X-Git-Url: https://git.rapsys.eu/blog/blobdiff_plain/7d26a048b8d03c675206f4520f197e0d3b573571..b2615c44c8c83e3aa9b14b73dd1ed152f623d3d4:/composer.json diff --git a/composer.json b/composer.json index 35fcb6c..ac4e9e4 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,6 @@ "php": ">=8.1", "ext-ctype": "*", "ext-iconv": "*", - "doctrine/annotations": "^1.0|^2.0", "doctrine/doctrine-bundle": "^2.8", "doctrine/doctrine-migrations-bundle": "^3.2", "doctrine/orm": "^2.0", @@ -171,7 +170,7 @@ "scripts": { "auto-scripts": { "cache:clear": "symfony-cmd", - "assets:install %PUBLIC_DIR%": "symfony-cmd" + "assets:install --symlink --relative %PUBLIC_DIR%": "symfony-cmd" }, "post-install-cmd": [ "@auto-scripts"