Skip to content

Commit

Permalink
Update composer.json to support Laravel 5.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
derheyne authored Sep 22, 2018
1 parent 5046082 commit 0d2f63b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
],
"require": {
"php": "^5.6 || ^7.0 || ^7.1.3",
"illuminate/log": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
"illuminate/log": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
"influxdb/influxdb-php": "1.14.*",
"monolog/monolog": "^1.19"
},
Expand Down

0 comments on commit 0d2f63b

Please sign in to comment.