Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
c0mm4nDer authored Jul 9, 2024
1 parent f50b9b1 commit 6a4b8c5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@
},
"scripts": {
"test": "vendor/bin/phpunit",
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"

"test-coverage": "vendor/bin/phpunit --coverage-html coverage",
"post-autoload-dump": [
"@php vendor/bin/testbench package:discover"
]
},
"config": {
"sort-packages": true,
Expand Down

0 comments on commit 6a4b8c5

Please sign in to comment.