Skip to content

Commit 05efc6b

Browse files
composer fix
1 parent 4b9029e commit 05efc6b

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

composer.json

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,7 @@
4444
"scripts": {
4545
"psalm": "vendor/bin/psalm",
4646
"test": "./vendor/bin/testbench package:test --parallel --no-coverage",
47-
"test-coverage": "vendor/bin/phpunit --coverage-html coverage",
48-
"post-install-cmd": [
49-
"php artisan vendor:publish --tag=request-docs-assets --force",
50-
"php artisan vendor:publish --tag=request-docs-config"
51-
],
52-
"post-update-cmd": [
53-
"php artisan vendor:publish --tag=request-docs-assets --force",
54-
"php artisan vendor:publish --tag=request-docs-config"
55-
]
47+
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
5648
},
5749
"config": {
5850
"sort-packages": true

0 commit comments

Comments
 (0)