Skip to content

Commit 8a568cf

Browse files
authored
Merge pull request #1 from eagle-developers/trip-somers-patch-1
Laravel 6.x compatibility.
2 parents f9961ed + 8f40445 commit 8a568cf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
],
1414
"require": {
1515
"php": ">=5.4.0",
16-
"illuminate/console": "5.*",
17-
"illuminate/database": "5.*",
18-
"illuminate/events": "5.*",
19-
"illuminate/filesystem": "5.*",
20-
"illuminate/support": "5.*"
16+
"illuminate/console": "5.*||6.*",
17+
"illuminate/database": "5.*||6.*",
18+
"illuminate/events": "5.*||6.*",
19+
"illuminate/filesystem": "5.*||6.*",
20+
"illuminate/support": "5.*||6.*"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": "~4.0",

0 commit comments

Comments
 (0)