Skip to content

Commit 379629f

Browse files
authored
Merge pull request #56 from igor-chepurnoi/laravel-5.7-support
Laravel 5.7 support
2 parents 91f5c1a + 14420bd commit 379629f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": "^7.1",
2020
"composer/semver": "^1.4",
2121
"geerlingguy/ping": "^1.1",
22-
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
22+
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
2323
"vlucas/phpdotenv": "~2.5"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)