Skip to content

Commit

Permalink
Laravel 9 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
mralston committed Feb 20, 2022
1 parent 0fe05a3 commit 786189b
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 @@ -17,10 +17,10 @@
],
"require": {
"php": "^7.4|^8.0",
"illuminate/auth": "^7.0|^8.0",
"illuminate/database": "^7.0|^8.0",
"illuminate/http": "^7.0|^8.0",
"illuminate/support": "^7.0|^8.0"
"illuminate/auth": "^7.0|^8.0|^9.0",
"illuminate/database": "^7.0|^8.0|^9.0",
"illuminate/http": "^7.0|^8.0|^9.0",
"illuminate/support": "^7.0|^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 786189b

Please sign in to comment.