Skip to content

Commit

Permalink
build: Drop support for PHPUnit 9 and Testbench 7
Browse files Browse the repository at this point in the history
  • Loading branch information
DevDavido committed Jan 2, 2024
1 parent 9fab126 commit 3216cf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"laravel/framework": "^9.0|^10.0"
},
"require-dev": {
"orchestra/testbench": "^7.0|^8.0",
"phpunit/phpunit" : "^9.0|^10.0",
"orchestra/testbench": "^8.0",
"phpunit/phpunit" : "^10.0",
"scrutinizer/ocular": "^1.9"
},
"autoload": {
Expand Down

0 comments on commit 3216cf9

Please sign in to comment.