mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Add repository move info.
This commit is contained in:
parent
b24e97a449
commit
bd55636b3f
@ -71,6 +71,7 @@
|
|||||||
],
|
],
|
||||||
"post-install-cmd": [
|
"post-install-cmd": [
|
||||||
"Illuminate\\Foundation\\ComposerScripts::postInstall",
|
"Illuminate\\Foundation\\ComposerScripts::postInstall",
|
||||||
|
"php artisan firefly:github-move",
|
||||||
"php artisan optimize"
|
"php artisan optimize"
|
||||||
],
|
],
|
||||||
"post-update-cmd": [
|
"post-update-cmd": [
|
||||||
@ -78,6 +79,7 @@
|
|||||||
"php artisan firefly:upgrade-instructions",
|
"php artisan firefly:upgrade-instructions",
|
||||||
"php artisan firefly:upgrade-database",
|
"php artisan firefly:upgrade-database",
|
||||||
"php artisan firefly:verify",
|
"php artisan firefly:verify",
|
||||||
|
"php artisan firefly:github-move",
|
||||||
"php artisan optimize"
|
"php artisan optimize"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user