Skip to content

Commit 4251917

Browse files
committed
feat: allow PHPUnit 10-12
1 parent d017e2a commit 4251917

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",
19+
"phpunit/phpunit": "^9.6.29 || ^10.5.58 || ^11.5.43 || ^12.4.2",
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)