Skip to content

Commit

Permalink
Merge pull request #21 from HexRx/add-laravel-6-support
Browse files Browse the repository at this point in the history
Add Laravel 6 support
  • Loading branch information
sergeyklay authored Dec 3, 2019
2 parents 1a87187 + 6410165 commit ffe8ed3
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.*|5.8.*",
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
"illuminate/log": "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",
"influxdb/influxdb-php": "1.14.*",
"monolog/monolog": "^1.19"
},
Expand Down

0 comments on commit ffe8ed3

Please sign in to comment.