Skip to content

Commit

Permalink
Adjust supported PHPunit version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kovah committed Mar 19, 2024
1 parent e95aede commit 0f503e0
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 @@ -26,7 +26,7 @@
"require-dev": {
"mockery/mockery": "^1.4.2",
"orchestra/testbench": "^6.0 | ^7.0 | ^v8.0 | ^9.0",
"phpunit/phpunit": "^9.0"
"phpunit/phpunit": "^9.0 | ^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0f503e0

Please sign in to comment.