Skip to content

Commit

Permalink
feat: allow phpunit 10 and 11
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Feb 29, 2024
1 parent 4ea6243 commit d6a4673
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 @@ -50,7 +50,7 @@
"php": "^7.2 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^7 || ^8 || ^9",
"phpunit/phpunit": "^7 || ^8 || ^9 || ^10 || ^11",
"phpstan/phpstan": "^1.10",
"wdes/coding-standard": "^3.3.2",
"swaggest/json-schema": "^0.12.42"
Expand Down

0 comments on commit d6a4673

Please sign in to comment.