Skip to content

Commit

Permalink
Merge pull request #13 from derheyne/master
Browse files Browse the repository at this point in the history
Update composer.json to support Laravel 5.5 and 5.6.
  • Loading branch information
apictapx authored Aug 16, 2018
2 parents 7781e3d + 5046082 commit 236ac99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
}
],
"require": {
"php": ">=5.6",
"illuminate/log": "5.2.*|5.3.*|5.4.*",
"illuminate/support": "5.2.*|5.3.*|5.4.*",
"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.*",
"influxdb/influxdb-php": "1.14.*",
"monolog/monolog": "^1.19"
},
Expand Down

0 comments on commit 236ac99

Please sign in to comment.