composer: Make sure PHP executable is being resolved by composer

This commit is contained in:
George Hertz 2018-09-18 18:18:09 +02:00
parent bc4ac303e2
commit 5941b5c07e

View File

@ -112,13 +112,13 @@
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump"
],
"post-update-cmd": [
"php artisan firefly:upgrade-database",
"php artisan firefly:verify",
"php artisan firefly:instructions update",
"php artisan passport:install"
"@php artisan firefly:upgrade-database",
"@php artisan firefly:verify",
"@php artisan firefly:instructions update",
"@php artisan passport:install"
],
"post-install-cmd": [
"php artisan firefly:instructions install"
"@php artisan firefly:instructions install"
]
},
"config": {