Skip to content

Commit a1b6e3a

Browse files
committed
Remove support for PHPUnit 11
1 parent fcf3bec commit a1b6e3a

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
@@ -34,7 +34,7 @@
3434
"guzzlehttp/psr7": "^2",
3535
"php-mock/php-mock-phpunit": "^2.6",
3636
"phpstan/phpstan": "^1.10",
37-
"phpunit/phpunit": "^9.5 || ^10.5 || ^11.0"
37+
"phpunit/phpunit": "^9.5 || ^10.5"
3838
},
3939
"autoload": {
4040
"psr-4": {

0 commit comments

Comments
 (0)