Skip to content

Commit

Permalink
Update composer.json (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored Jan 15, 2022
1 parent 14de9db commit 4a02261
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
],
"require": {
"php": "^7.2 | ^8.0",
"laravel/framework": "^6.0 | ^7.0 | ^8.0"
"laravel/framework": "^6.0 | ^7.0 | ^8.0 | ^9.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5 | ^8.0 | ^9.0",
"mockery/mockery": "^1.3.3",
"orchestra/testbench": "^4.0 | ^5.0 | ^6.0",
"orchestra/database": "^4.0 | ^5.0 | ^6.0"
"orchestra/testbench": "^4.0 | ^5.0 | ^6.0 | ^7.0",
"orchestra/database": "^4.0 | ^5.0 | ^6.0 | ^7.0"
},
"license": "MIT",
"authors": [
Expand Down Expand Up @@ -52,4 +52,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 4a02261

Please sign in to comment.