Skip to content

Commit

Permalink
Add allow phpunit ^11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antoninmasek committed Sep 4, 2024
1 parent cc6ec24 commit 6830724
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 @@ -16,7 +16,7 @@
"homepage": "https://github.com/antoninmasek/simple-hydrator",
"require": {
"php": "^8.2",
"phpunit/phpunit": "^9.5 || ^10.0"
"phpunit/phpunit": "^9.5 || ^10.0 || ^11.0"
},
"require-dev": {
"laravel/pint": "^1.5",
Expand Down

0 comments on commit 6830724

Please sign in to comment.