Fix parse error in composer.json

This commit is contained in:
James Cole 2017-11-27 19:01:44 +01:00
parent fbaf84c427
commit b0b904c32e
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -107,7 +107,7 @@
"@php artisan key:generate" "@php artisan key:generate"
], ],
"post-autoload-dump": [ "post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump"
], ],
"post-update-cmd": [ "post-update-cmd": [
"php artisan firefly:upgrade-database", "php artisan firefly:upgrade-database",