Skip to content

Commit 491afd4

Browse files
committed
chore: remove Laravel 9 support
1 parent 92263be commit 491afd4

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|^10.0|^11",
23-
"illuminate/container": "^9.0|^10.0|^11",
24-
"illuminate/database": "^9.0|^10.30|^11",
25-
"illuminate/events": "^9.0|^10.0|^11",
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)