Skip to content

Commit 138a47b

Browse files
authoredFeb 24, 2024
feat: Add Laravel 11 Support (knuckleswtf#812)
1 parent d1d96fb commit 138a47b

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
@@ -21,9 +21,9 @@
2121
"ext-pdo": "*",
2222
"erusev/parsedown": "1.7.4",
2323
"fakerphp/faker": "^1.9.1",
24-
"illuminate/console": "^8.0|^9.0|^10.0",
25-
"illuminate/routing": "^8.0|^9.0|^10.0",
26-
"illuminate/support": "^8.0|^9.0|^10.0",
24+
"illuminate/console": "^8.0|^9.0|^10.0|^11.0",
25+
"illuminate/routing": "^8.0|^9.0|^10.0|^11.0",
26+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
2727
"league/flysystem": "^1.1.4|^2.1.1|^3.0",
2828
"mpociot/reflection-docblock": "^1.0.1",
2929
"nikic/php-parser": "^5.0",

0 commit comments

Comments
 (0)
Please sign in to comment.