composer: remove post-install scripts, cache:clear handled by deploy.sh
This commit is contained in:
parent
57fdc81278
commit
f0857c1bd9
1 changed files with 1 additions and 8 deletions
|
|
@ -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": "*"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue