Skip to content

Commit 3c12efd

Browse files
committedMar 29, 2024
feat: support laravel 11
·
v1.1.11v1.0.7
1 parent d9541d4 commit 3c12efd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎composer.json‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
],
1717
"require": {
1818
"php": "^8.0",
19-
"illuminate/support": "^10.27",
20-
"illuminate/database": "^10.27",
21-
"illuminate/http": "^10.27"
19+
"illuminate/support": "^10.0|^11.0",
20+
"illuminate/database": "^10.0|^11.0",
21+
"illuminate/http": "^10.0|^11.0"
2222
},
2323
"require-dev": {
2424
"laravel/pint": "^1.13",

0 commit comments

Comments
 (0)
Please sign in to comment.