Skip to content

Commit 617fdbe

Browse files
committed
feat: allow PHPUnit 10-12
1 parent 68b8f61 commit 617fdbe

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
@@ -16,7 +16,7 @@
1616
],
1717
"require": {
1818
"php": "^7.4 || ^8.0",
19-
"phpunit/phpunit": "^9.6.17 || ^10.0 || ^11.0",
19+
"phpunit/phpunit": "^9.6.17 || ^10.0 || ^11.0 || ^12.0",
2020
"php-http/message": "^1.0 || ^2.0",
2121
"php-http/message-factory": "^1.0",
2222
"guzzlehttp/psr7": "^1.9 || ^2.0",

0 commit comments

Comments
 (0)