Add repository move info.

This commit is contained in:
James Cole
2016-11-05 18:51:26 +01:00
parent b24e97a449
commit bd55636b3f

View File

@@ -71,6 +71,7 @@
],
"post-install-cmd": [
"Illuminate\\Foundation\\ComposerScripts::postInstall",
"php artisan firefly:github-move",
"php artisan optimize"
],
"post-update-cmd": [
@@ -78,6 +79,7 @@
"php artisan firefly:upgrade-instructions",
"php artisan firefly:upgrade-database",
"php artisan firefly:verify",
"php artisan firefly:github-move",
"php artisan optimize"
]
},