We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb82ee2 commit f9ae9f4Copy full SHA for f9ae9f4
1 file changed
composer.json
@@ -24,7 +24,7 @@
24
},
25
"require-dev": {
26
"phpstan/phpstan": "^1",
27
- "phpunit/phpunit": "^9",
+ "phpunit/phpunit": "^9 || ^10",
28
"slim/psr7": "^1.6",
29
"squizlabs/php_codesniffer": "^3.10"
30
@@ -51,6 +51,9 @@
51
"@stan",
52
"@test:coverage"
53
],
54
- "test:coverage": "php -d xdebug.mode=coverage -r \"require 'vendor/bin/phpunit';\" -- --configuration phpunit.xml --do-not-cache-result --colors=always --coverage-clover build/logs/clover.xml --coverage-html build/coverage --coverage-text"
+ "test:coverage": [
55
+ "@putenv XDEBUG_MODE=coverage",
56
+ "phpunit --configuration phpunit.xml --do-not-cache-result --colors=always --coverage-clover build/logs/clover.xml --coverage-html build/coverage --coverage-text"
57
+ ]
58
}
59
0 commit comments