Skip to content

Commit 5baf964

Browse files
committed
chore: drop phpunit 11 support as it breaks coverage
1 parent 761dae7 commit 5baf964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"ext-openssl":"*"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "^8 || ^9 || ^10 || ^11",
30+
"phpunit/phpunit": "^8 || ^9 || ^10",
3131
"wdes/coding-standard": "^3.3"
3232
},
3333
"autoload": {

0 commit comments

Comments
 (0)