Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit ffe8ed3

Browse files
authored
Merge pull request #21 from HexRx/add-laravel-6-support
Add Laravel 6 support
2 parents 1a87187 + 6410165 commit ffe8ed3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
],
1212
"require": {
1313
"php": "^5.6 || ^7.0 || ^7.1.3",
14-
"illuminate/log": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
15-
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*",
14+
"illuminate/log": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
15+
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
1616
"influxdb/influxdb-php": "1.14.*",
1717
"monolog/monolog": "^1.19"
1818
},

0 commit comments

Comments
 (0)