Skip to content
Snippets Groups Projects
Unverified Commit 78581460 authored by Woody Gilk's avatar Woody Gilk Committed by GitHub
Browse files

Merge pull request #51 from othercorey/phpunit-11

Allow PHPUnit 11
parents 1682d103 8cbe888c
No related branches found
No related tags found
No related merge requests found
...@@ -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": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment