Skip to content

Commit 51c0ef5

Browse files
authored
Merge pull request #88 from filipac/patch-1
Allow Laravel 7
2 parents 6792a2d + 919ecdf commit 51c0ef5

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.*|5.7.*|5.8.*|^6.0",
22+
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0",
2323
"vlucas/phpdotenv": "~2.5|~3.3"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)