Skip to content

Commit d5ee7d1

Browse files
authored
Merge pull request #24 from tumichnix/master
Update composer.json for Laravel 8 support
2 parents f2dc4ea + b08403e commit d5ee7d1

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.2.5",
30-
"illuminate/log": "^7.0",
30+
"illuminate/log": "^7.0|^8.0",
3131
"graylog2/gelf-php": "^1.6"
3232
},
3333
"require-dev": {

0 commit comments

Comments
 (0)