composer: replace symfony-cmd with php bin/console in post-install scripts

This commit is contained in:
Simon Kühn 2026-04-29 15:54:38 +02:00
parent 4cb07cd6a2
commit a1b7d13921

View file

@ -54,15 +54,11 @@
"symfony/polyfill-php84": "*" "symfony/polyfill-php84": "*"
}, },
"scripts": { "scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
},
"post-install-cmd": [ "post-install-cmd": [
"@auto-scripts" "php bin/console cache:clear --no-warmup"
], ],
"post-update-cmd": [ "post-update-cmd": [
"@auto-scripts" "php bin/console cache:clear --no-warmup"
] ]
}, },
"conflict": { "conflict": {