Skip to content

Commit 9d4812e

Browse files
authored
Merge pull request #4 from trybeapp/laravel-10
chore: support more Laravel versions
2 parents bf7b1c7 + 491afd4 commit 9d4812e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@
1919
],
2020
"license": "MIT",
2121
"require": {
22-
"illuminate/support": "^9.0",
23-
"illuminate/container": "^9.0",
24-
"illuminate/database": "^9.0",
25-
"illuminate/events": "^9.0",
22+
"illuminate/support": "^10.0|^11",
23+
"illuminate/container": "^10.0|^11",
24+
"illuminate/database": "^10.30|^11",
2625
"mongodb/mongodb": "^1.11"
2726
},
2827
"require-dev": {

0 commit comments

Comments
 (0)