Skip to content

Commit 4e338a9

Browse files
authored
Merge pull request #10 from sourcetoad/issue-6
feat: support laravel 5.7 and 5.8
2 parents 3ad93b4 + 23de65e commit 4e338a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"require": {
1515
"ext-json": "*",
1616
"php": ">=7.1.3",
17-
"illuminate/config": "5.6.*",
18-
"illuminate/database": "5.6.*",
19-
"illuminate/support": "5.6.*",
20-
"illuminate/translation": "5.6.*"
17+
"illuminate/config": "~5.6",
18+
"illuminate/database": "~5.6",
19+
"illuminate/support": "~5.6",
20+
"illuminate/translation": "~5.6"
2121
},
2222
"autoload": {
2323
"psr-4": {

0 commit comments

Comments
 (0)