"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.14|^3.0",
+ "doctrine/orm": "^2.0",
"phpdocumentor/reflection-docblock": "^5.3",
"phpstan/phpdoc-parser": "^1.15",
"rapsys/blogbundle": "dev-master",
"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"