Skip to content

Commit 7f0c73e

Browse files
authored
Merge pull request #11 from repat/master
Update for Laravel 5.8
2 parents 3fdbf81 + 4ceca50 commit 7f0c73e

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
@@ -3,7 +3,7 @@
33
"description": "Make debugging easier by adding more data to your laravel logs",
44
"require": {
55
"php": ">=7.1.3",
6-
"illuminate/support": "5.6.*|5.7.*",
6+
"illuminate/support": "5.6.*|5.7.*|5.8.*",
77
"monolog/monolog": "^1.23"
88
},
99
"require-dev": {

0 commit comments

Comments
 (0)