Skip to content

Commit 64d0da7

Browse files
committed
Update composer.json
1 parent 5ed9b7a commit 64d0da7

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

composer.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -53,28 +53,28 @@
5353
"minimum-stability": "dev",
5454
"prefer-stable": true,
5555
"scripts": {
56-
"php-cs:issues": "vendor/bin/php-cs-fixer fix --diff --dry-run",
57-
"php-cs:fix": "vendor/bin/php-cs-fixer fix",
58-
"app:clear": "php artisan clear-compiled && php artisan cache:clear && php artisan config:clear && php artisan debugbar:clear && php artisan route:clear && php artisan view:clear",
59-
"auto-complete:generate": [
60-
"@php artisan ide-helper:meta",
61-
"@php artisan ide-helper:generate",
62-
"@php artisan ide-helper:models --nowrite"
63-
],
6456
"post-autoload-dump": [
6557
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
6658
"@php artisan package:discover --ansi"
6759
],
68-
"post-update-cmd": [
69-
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
70-
"@php artisan ide-helper:generate",
71-
"@php artisan ide-helper:meta"
72-
],
7360
"post-root-package-install": [
7461
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
7562
],
7663
"post-create-project-cmd": [
7764
"@php artisan key:generate --ansi"
65+
],
66+
"post-update-cmd": [
67+
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
68+
"@php artisan ide-helper:generate",
69+
"@php artisan ide-helper:meta"
70+
],
71+
"php-cs:issues": "vendor/bin/php-cs-fixer fix --diff --dry-run",
72+
"php-cs:fix": "vendor/bin/php-cs-fixer fix",
73+
"app:clear": "php artisan clear-compiled && php artisan cache:clear && php artisan config:clear && php artisan debugbar:clear && php artisan route:clear && php artisan view:clear",
74+
"auto-complete:generate": [
75+
"@php artisan ide-helper:meta",
76+
"@php artisan ide-helper:generate",
77+
"@php artisan ide-helper:models --nowrite"
7878
]
7979
}
8080
}

0 commit comments

Comments
 (0)