Skip to content

Commit 4a2e324

Browse files
authored
Merge pull request #8 from qwert1x/add-support-laravel58
Update composer.json for Laravel 5.8 support
2 parents 6be9182 + b0b8f33 commit 4a2e324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"require": {
2929
"php": "^7.1.3",
30-
"illuminate/log": "5.6.*|5.7.*",
30+
"illuminate/log": "5.6.*|5.7.*|5.8.*",
3131
"graylog2/gelf-php": "^1.5"
3232
},
3333
"require-dev": {

0 commit comments

Comments
 (0)