Skip to content

Commit 633ac5c

Browse files
committed
add support for laravel 11
1 parent 40024b1 commit 633ac5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
],
1717
"require": {
1818
"php": "^8.1",
19-
"illuminate/support": "^9.0|^10.0",
20-
"illuminate/translation": "^9.0|^10.0"
19+
"illuminate/support": "^9.0|^10.0|^11.0",
20+
"illuminate/translation": "^9.0|^10.0|^11.0"
2121
},
2222
"require-dev": {
2323
"laravel/pint": "^1.8",

0 commit comments

Comments
 (0)