Skip to content

Commit

Permalink
feat: allow newer version of testbench
Browse files Browse the repository at this point in the history
  • Loading branch information
danjohnson95 committed Aug 4, 2024
1 parent 59a2d9f commit 89cb043
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@
}
],
"require": {
"php": "^8.1",
"illuminate/support": "^10.0|^11.0"
},
"require-dev": {
"orchestra/testbench": "^8.24",
"orchestra/testbench": "^8.24|^9.0",
"phpunit/phpunit": "^10.4"
},
"autoload-dev": {
Expand Down

0 comments on commit 89cb043

Please sign in to comment.