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