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

Commit 236ac99

Browse files
authored
Merge pull request #13 from derheyne/master
Update composer.json to support Laravel 5.5 and 5.6.
2 parents 7781e3d + 5046082 commit 236ac99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=5.6",
14-
"illuminate/log": "5.2.*|5.3.*|5.4.*",
15-
"illuminate/support": "5.2.*|5.3.*|5.4.*",
13+
"php": "^5.6 || ^7.0 || ^7.1.3",
14+
"illuminate/log": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
15+
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*",
1616
"influxdb/influxdb-php": "1.14.*",
1717
"monolog/monolog": "^1.19"
1818
},

0 commit comments

Comments
 (0)