Skip to content

Commit a9e3645

Browse files
kevincobain2000kitloong
authored andcommitted
composer fix
1 parent c33e593 commit a9e3645

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
@@ -47,15 +47,7 @@
4747
"psalm": "vendor/bin/psalm",
4848
"phpcs": "vendor/bin/phpcs",
4949
"test": "./vendor/bin/testbench package:test --parallel --no-coverage",
50-
"test-coverage": "vendor/bin/phpunit --coverage-html coverage",
51-
"post-install-cmd": [
52-
"php artisan vendor:publish --tag=request-docs-assets --force",
53-
"php artisan vendor:publish --tag=request-docs-config"
54-
],
55-
"post-update-cmd": [
56-
"php artisan vendor:publish --tag=request-docs-assets --force",
57-
"php artisan vendor:publish --tag=request-docs-config"
58-
]
50+
"test-coverage": "vendor/bin/phpunit --coverage-html coverage"
5951
},
6052
"config": {
6153
"sort-packages": true

0 commit comments

Comments
 (0)