We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b9029e commit 05efc6bCopy full SHA for 05efc6b
composer.json
@@ -44,15 +44,7 @@
44
"scripts": {
45
"psalm": "vendor/bin/psalm",
46
"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
54
55
- ]
+ "test-coverage": "vendor/bin/phpunit --coverage-html coverage"
56
},
57
"config": {
58
"sort-packages": true
0 commit comments