Skip to content

Commit

Permalink
Add support for Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-daneshvar committed Mar 14, 2023
1 parent 4c69971 commit 305b7f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
],
"require": {
"php": "^7.3|^7.4|^8.0|^8.1",
"illuminate/database": "^6.0|^7.0|^8.0|^9.0"
"illuminate/database": "^6.0|^7.0|^8.0|^9.0|^10.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0|^9.0",
"orchestra/testbench": "^4.0|^5.0|^6.0",
"phpunit/phpunit": "^8.0|^9.0|^10.0",
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0",
"illuminate/http": ">=6",
"mockery/mockery": "^1.3.2|^1.4",
"laravel/legacy-factories": "^1.1"
Expand Down

0 comments on commit 305b7f8

Please sign in to comment.