Skip to content

Commit

Permalink
Remove unnecessary Composer hooks (#2646)
Browse files Browse the repository at this point in the history
The default Laravel starter kit includes Composer hooks which make it
easy to get a Laravel project set up. These hooks are no longer useful
for CDash.
  • Loading branch information
williamjallen authored Jan 3, 2025
1 parent b81fa57 commit 6cb99d9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,6 @@
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi"
],
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"@php artisan key:generate --ansi"
]
},
"repositories": [
Expand Down

0 comments on commit 6cb99d9

Please sign in to comment.