8000 wip · jamesmorrison/paste.laravel.io@ed374c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit ed374c1

Browse files
committed
wip
1 parent 9b4b48c commit ed374c1

File tree

2 files changed

+69
-66
lines changed

2 files changed

+69
-66
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,21 +46,21 @@
4646
"Tests\\": "tests/"
4747
}
4848
},
49-
"minimum-stability": "dev",
50-
"prefer-stable": true,
5149
"scripts": {
5250
"post-autoload-dump": [
5351
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
5452
"@php artisan package:discover --ansi"
5553
],
54+
"post-update-cmd": [
55+
"@php artisan vendor:publish --tag=laravel-assets --ansi --force"
56+
],
5657
"post-root-package-install": [
5758
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
5859
],
5960
"post-create-project-cmd": [
6061
"@php artisan key:generate --ansi"
61-
],
62-
"post-update-cmd": [
63-
"@php artisan vendor:publish --tag=laravel-assets --ansi --force"
6462
]
65-
}
63+
},
64+
"minimum-stability": "stable",
65+
"prefer-stable": true
6666
}

composer.lock

Lines changed: 63 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
0