Skip to content

Commit

Permalink
Merge pull request #88 from filipac/patch-1
Browse files Browse the repository at this point in the history
Allow Laravel 7
  • Loading branch information
mpociot authored Mar 11, 2020
2 parents 6792a2d + 919ecdf commit 51c0ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"php": "^7.1",
"composer/semver": "^1.4",
"geerlingguy/ping": "^1.1",
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0|^7.0",
"vlucas/phpdotenv": "~2.5|~3.3"
},
"require-dev": {
Expand Down

0 comments on commit 51c0ef5

Please sign in to comment.