Skip to content

Commit

Permalink
Merge pull request #6 from lbausch/develop
Browse files Browse the repository at this point in the history
Support Laravel 9
  • Loading branch information
lbausch authored Feb 26, 2022
2 parents 59efb02 + a2a16e8 commit f0be5fa
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 f0be5fa

Please sign in to comment.