Skip to content

Commit de2fb2b

Browse files
Allow laravel 6
1 parent 2fccb42 commit de2fb2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^7.1",
20-
"illuminate/support": "5.8.* || 5.7.*"
20+
"illuminate/support": "^6.0.0 || 5.8.* || 5.7.*"
2121
},
2222
"require-dev": {
2323
"orchestra/testbench": "3.8.*",

0 commit comments

Comments
 (0)