Skip to content

Commit

Permalink
Add support for PHPUnit 11
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Nov 2, 2024
1 parent 86a8e7e commit 7968ae0
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 @@ -32,7 +32,7 @@
"illuminate/validation": "^10|^11"
},
"require-dev": {
"phpunit/phpunit": "^10.0",
"phpunit/phpunit": "^10.0 || ^11.0",
"phpstan/phpstan": "^1",
"symfony/uid": "^5.1|^6.2",
"slevomat/coding-standard": "~8.0",
Expand Down

0 comments on commit 7968ae0

Please sign in to comment.