composer: replace symfony-cmd with php bin/console in post-install scripts
This commit is contained in:
parent
4cb07cd6a2
commit
a1b7d13921
1 changed files with 2 additions and 6 deletions
|
|
@ -54,15 +54,11 @@
|
|||
"symfony/polyfill-php84": "*"
|
||||
},
|
||||
"scripts": {
|
||||
"auto-scripts": {
|
||||
"cache:clear": "symfony-cmd",
|
||||
"assets:install %PUBLIC_DIR%": "symfony-cmd"
|
||||
},
|
||||
"post-install-cmd": [
|
||||
"@auto-scripts"
|
||||
"php bin/console cache:clear --no-warmup"
|
||||
],
|
||||
"post-update-cmd": [
|
||||
"@auto-scripts"
|
||||
"php bin/console cache:clear --no-warmup"
|
||||
]
|
||||
},
|
||||
"conflict": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue