Skip to content

Commit 7aa6ad5

Browse files
committed
Force phpunit < 11 to try avoiding 1) No filter is configured, code coverage will not be processed error
1 parent 8672800 commit 7aa6ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"guzzlehttp/guzzle": ">=6.3"
3434
},
3535
"require-dev": {
36-
"phpunit/phpunit": ">=5.7.27",
36+
"phpunit/phpunit": ">=5.7.27 <11",
3737
"php-vcr/php-vcr": "^1.3",
3838
"squizlabs/php_codesniffer": "~3.0",
3939
"orchestra/testbench": ">=3.1"

0 commit comments

Comments
 (0)