Skip to content

Commit f0be5fa

Browse files
authored
Merge pull request #6 from lbausch/develop
Support Laravel 9
2 parents 59efb02 + a2a16e8 commit f0be5fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
],
2424
"require": {
2525
"php": "^7.3|^8.0",
26-
"illuminate/auth": "^8.65",
27-
"illuminate/filesystem": "^8.65",
28-
"illuminate/http": "^8.65",
29-
"illuminate/session": "^8.65",
30-
"illuminate/support": "^8.65"
26+
"illuminate/auth": "^8.65|^9.0",
27+
"illuminate/filesystem": "^8.65|^9.0",
28+
"illuminate/http": "^8.65|^9.0",
29+
"illuminate/session": "^8.65|^9.0",
30+
"illuminate/support": "^8.65|^9.0"
3131
},
3232
"require-dev": {
3333
"orchestra/testbench": "^6.0",

0 commit comments

Comments
 (0)