Skip to content

Commit 9c3c46e

Browse files
committed
Laravel 6 Support
Signed-off-by: Scott Robinson <[email protected]>
1 parent 786d7aa commit 9c3c46e

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
@@ -27,8 +27,8 @@
2727
},
2828
"minimum-stability": "stable",
2929
"require": {
30-
"illuminate/contracts": "^5.5",
31-
"illuminate/support": "^5.5",
30+
"illuminate/contracts": "^5.5|^6.0",
31+
"illuminate/support": "^5.5|^6.0",
3232
"php": "^7.0"
3333
},
3434
"require-dev": {

0 commit comments

Comments
 (0)