Allow PHPUnit 11
... | ... | @@ -22,7 +22,7 @@ |
"require": { | ||
"php": "^8.1", | ||
"psr/http-factory": "^1.0", | ||
"phpunit/phpunit": "^10.0" | ||
"phpunit/phpunit": "^10.0 || ^11.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
... | ... |
Please register or sign in to comment
... | ... | @@ -22,7 +22,7 @@ |
"require": { | ||
"php": "^8.1", | ||
"psr/http-factory": "^1.0", | ||
"phpunit/phpunit": "^10.0" | ||
"phpunit/phpunit": "^10.0 || ^11.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
... | ... |