Skip to content

Commit c79af21

Browse files
committed
NO-ISSUE Allow phpunit 10 usage
1 parent 5ba9c77 commit c79af21

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
@@ -25,7 +25,7 @@
2525
"php": "7.4.*||8.*",
2626
"guzzlehttp/guzzle": "^7.0",
2727
"codeception/codeception": "4.*||5.*",
28-
"phpunit/phpunit": "^8.5 || 9.*",
28+
"phpunit/phpunit": "^8.5 || ^9.0 || ^10.0",
2929
"jfcherng/php-diff": "^6.14"
3030
},
3131
"require-dev": {

0 commit comments

Comments
 (0)