Skip to content

Commit 8c3b6fa

Browse files
committedApr 8, 2024·
Allow laravel 11
1 parent a48aade commit 8c3b6fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"php": ">=8.1",
2525
"cviebrock/discourse-php": "^0.9.3",
2626
"guzzlehttp/guzzle": "^7.4.5",
27-
"illuminate/auth": "~8|~9|~10",
28-
"illuminate/routing": "~8|~9|~10",
29-
"illuminate/support": "~8|~9|~10"
27+
"illuminate/auth": "~8|~9|~10|~11",
28+
"illuminate/routing": "~8|~9|~10|~11",
29+
"illuminate/support": "~8|~9|~10|~11"
3030
},
3131
"require-dev": {
3232
"laravel/sail": "^1.21",

0 commit comments

Comments
 (0)
Please sign in to comment.