Merge pull request #1701 from hertzg/fix-composer-php-path-issue

Make sure PHP executable is being resolved by composer
This commit is contained in:
James Cole 2018-09-18 18:36:31 +02:00 committed by GitHub
commit 9bf43ce80d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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": {