Skip to content

Commit

Permalink
Updated for Laravel 9 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebronner committed Jan 2, 2023
1 parent fb34b45 commit bf3e1c8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -14,11 +14,11 @@
],
"require": {
"hyn/multi-tenant": "^5.7",
"illuminate/console": "^8.0",
"illuminate/database": "^8.0",
"illuminate/http": "^8.0",
"illuminate/routing": "^8.0",
"illuminate/support": "^8.0",
"illuminate/console": "^9.0",
"illuminate/database": "^9.0",
"illuminate/http": "^9.0",
"illuminate/routing": "^9.0",
"illuminate/support": "^9.0",
"laravel/nova": "^3.9"
},
"require-dev": {
Expand Down

0 comments on commit bf3e1c8

Please sign in to comment.