Skip to content

Commit 1e3cede

Browse files
authored
Laravel 6 compatibility
1 parent fc56a0f commit 1e3cede

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
],
1616
"require": {
1717
"php": ">=7.1.0",
18-
"illuminate/contracts": "~5.6",
19-
"illuminate/queue": "~5.6",
20-
"illuminate/support": "~5.6",
18+
"illuminate/contracts": "~5.6|~6.0",
19+
"illuminate/queue": "~5.6|~6.0",
20+
"illuminate/support": "~5.6|~6.0",
2121
"guzzlehttp/guzzle": "^6.3",
2222
"monolog/monolog": "~1.12"
2323
},

0 commit comments

Comments
 (0)