mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 02:26:58 +00:00
composer: Make sure PHP executable is being resolved by composer
This commit is contained in:
@@ -112,13 +112,13 @@
|
|||||||
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump"
|
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump"
|
||||||
],
|
],
|
||||||
"post-update-cmd": [
|
"post-update-cmd": [
|
||||||
"php artisan firefly:upgrade-database",
|
"@php artisan firefly:upgrade-database",
|
||||||
"php artisan firefly:verify",
|
"@php artisan firefly:verify",
|
||||||
"php artisan firefly:instructions update",
|
"@php artisan firefly:instructions update",
|
||||||
"php artisan passport:install"
|
"@php artisan passport:install"
|
||||||
],
|
],
|
||||||
"post-install-cmd": [
|
"post-install-cmd": [
|
||||||
"php artisan firefly:instructions install"
|
"@php artisan firefly:instructions install"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
|
Reference in New Issue
Block a user