Skip to content

Commit 0f2b0c3

Browse files
author
Amin Mastani
committed
Added support for laravel 6.0 related to #3
1 parent 2ce62c1 commit 0f2b0c3

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
@@ -17,8 +17,8 @@
1717
}
1818
],
1919
"require": {
20-
"illuminate/contracts": "5.*",
21-
"illuminate/support": "5.*"
20+
"illuminate/contracts": "5.*|6.*",
21+
"illuminate/support": "5.*|6.*"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)