Skip to content

Commit

Permalink
Merge pull request #14 from derheyne/add-laravel-5.7-support
Browse files Browse the repository at this point in the history
Update composer.json to support Laravel 5.7
  • Loading branch information
sergeyklay authored Sep 24, 2018
2 parents 236ac99 + 0d2f63b commit c2962d4
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 c2962d4

Please sign in to comment.