Skip to content

Commit c15d968

Browse files
committed
feat: add support for PHPUnit 10 and 11
1 parent 0915ad9 commit c15d968

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
@@ -20,7 +20,7 @@
2020
"nyholm/psr7": "^1.0",
2121
"php-http/curl-client": "^2.2",
2222
"php-http/mock-client": "^1.2",
23-
"phpunit/phpunit": "^9.5",
23+
"phpunit/phpunit": "^9.6.17 || ^10.5 || ^11.0.4",
2424
"psr/http-client": "^1.0"
2525
},
2626
"require-dev": {

0 commit comments

Comments
 (0)