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

Commit ba1899a

Browse files
authored
Merge pull request #18 from naex/add-laravel-5.8-support
Added Laravel 5.8 support
2 parents 7d54402 + a2c60a5 commit ba1899a

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.*",
15-
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*",
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.*",
1616
"influxdb/influxdb-php": "1.14.*",
1717
"monolog/monolog": "^1.19"
1818
},

0 commit comments

Comments
 (0)