Skip to content

Commit

Permalink
Support Laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
lbausch committed Feb 12, 2022
1 parent 9672932 commit a2a16e8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
],
"require": {
"php": "^7.3|^8.0",
"illuminate/auth": "^8.65",
"illuminate/filesystem": "^8.65",
"illuminate/http": "^8.65",
"illuminate/session": "^8.65",
"illuminate/support": "^8.65"
"illuminate/auth": "^8.65|^9.0",
"illuminate/filesystem": "^8.65|^9.0",
"illuminate/http": "^8.65|^9.0",
"illuminate/session": "^8.65|^9.0",
"illuminate/support": "^8.65|^9.0"
},
"require-dev": {
"orchestra/testbench": "^6.0",
Expand Down

0 comments on commit a2a16e8

Please sign in to comment.