Skip to content

Commit

Permalink
Allow PHPUnit 11
Browse files Browse the repository at this point in the history
  • Loading branch information
veewee committed Sep 10, 2024
1 parent 91751d4 commit ec9c932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"brianium/paratest": "^6.3|^7.0",
"php-cs-fixer/shim": "^3.57",
"phpro/grumphp-shim": "^2.0",
"phpunit/phpunit": "^9.5|^10.0"
"phpunit/phpunit": "^9.5|^10.0|^11.0"
},
"suggest": {
"vimeo/psalm": "Static analysis",
Expand Down

0 comments on commit ec9c932

Please sign in to comment.