mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Change name from tmux to artisan in composer.json
This commit is contained in:
+2
-2
@@ -162,7 +162,7 @@
|
||||
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
||||
],
|
||||
"post-create-project-cmd": [
|
||||
"@php tmux key:generate"
|
||||
"@php artisan key:generate"
|
||||
],
|
||||
"post-install-cmd": [
|
||||
"nntmux\\build\\ComposerScripts::postInstall",
|
||||
@@ -173,7 +173,7 @@
|
||||
],
|
||||
"post-autoload-dump": [
|
||||
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
|
||||
"@php tmux package:discover"
|
||||
"@php artisan package:discover"
|
||||
]
|
||||
},
|
||||
"suggest": {
|
||||
|
||||
Reference in New Issue
Block a user