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 c33e593 commit a9e3645Copy full SHA for a9e3645
composer.json
@@ -47,15 +47,7 @@
47
"psalm": "vendor/bin/psalm",
48
"phpcs": "vendor/bin/phpcs",
49
"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
57
58
- ]
+ "test-coverage": "vendor/bin/phpunit --coverage-html coverage"
59
},
60
"config": {
61
"sort-packages": true
0 commit comments