Skip to content

Commit

Permalink
Merge pull request #18 from naex/add-laravel-5.8-support
Browse files Browse the repository at this point in the history
Added Laravel 5.8 support
  • Loading branch information
sergeyklay authored Mar 25, 2019
2 parents 7d54402 + a2c60a5 commit ba1899a
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.*|5.7.*",
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
"illuminate/log": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
"influxdb/influxdb-php": "1.14.*",
"monolog/monolog": "^1.19"
},
Expand Down

0 comments on commit ba1899a

Please sign in to comment.