Generate VERSION file in composer post install and post update
This commit is contained in:
@@ -97,12 +97,14 @@
|
||||
"php artisan key:generate"
|
||||
],
|
||||
"post-install-cmd": [
|
||||
"Illuminate\\Foundation\\ComposerScripts::postInstall"
|
||||
"Illuminate\\Foundation\\ComposerScripts::postInstall",
|
||||
"php artisan phpvms:version --write > VERSION"
|
||||
],
|
||||
"post-update-cmd": [
|
||||
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
|
||||
"php artisan ide-helper:generate",
|
||||
"php artisan ide-helper:meta"
|
||||
"php artisan ide-helper:meta",
|
||||
"php artisan phpvms:version --write > VERSION"
|
||||
],
|
||||
"post-autoload-dump": [
|
||||
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
|
||||
|
||||
Reference in New Issue
Block a user