composer: remove post-install scripts, cache:clear handled by deploy.sh

This commit is contained in:
Simon Kühn 2026-04-29 15:55:38 +02:00
parent 57fdc81278
commit f0857c1bd9

View file

@ -53,14 +53,7 @@
"symfony/polyfill-php83": "*",
"symfony/polyfill-php84": "*"
},
"scripts": {
"post-install-cmd": [
"php bin/console cache:clear --no-warmup"
],
"post-update-cmd": [
"php bin/console cache:clear --no-warmup"
]
},
"scripts": {},
"conflict": {
"symfony/symfony": "*"
},