Skip to content

Commit 22c94d1

Browse files
authored
Support Laravel 8 (#38)
1 parent 7cbbb41 commit 22c94d1

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
"require": {
2222
"php": ">=7.2",
2323
"ext-json": "*",
24-
"illuminate/cache": "~5.5|~6|~7",
25-
"illuminate/routing": "~5.5|~6|~7",
26-
"illuminate/support": "~5.5|~6|~7",
24+
"illuminate/cache": "~5.5|~6|~7|~8",
25+
"illuminate/routing": "~5.5|~6|~7|~8",
26+
"illuminate/support": "~5.5|~6|~7|~8",
2727
"mobiledetect/mobiledetectlib": "~2.8",
2828
"ua-parser/uap-php": "~3.9"
2929
},

0 commit comments

Comments
 (0)