Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
slvler committed Aug 8, 2023
1 parent dc2bb4d commit deff9ef
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,10 @@
}
},
"scripts": {
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi"
],
"post-update-cmd": [
"@php artisan vendor:publish --tag=laravel-assets --ansi --force"
],
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"test": "vendor/bin/phpunit tests",
"post-create-project-cmd": [
"@php artisan key:generate --ansi"
],
"test": "vendor/bin/phpunit tests",
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
]
},
"extra": {
"laravel": {
Expand Down

0 comments on commit deff9ef

Please sign in to comment.