Skip to content

Commit 4eb031d

Browse files
committed
Change monolog requirement for conflict with Laravel
1 parent 0cd6806 commit 4eb031d

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
@@ -5,7 +5,7 @@
55
"require": {
66
"php": ">=5.5",
77
"guzzlehttp/guzzle": "^6.3",
8-
"monolog/monolog": "^1.0"
8+
"monolog/monolog": ">=1.0"
99
},
1010
"require-dev": {
1111
"phpunit/phpunit": "^6.0"

0 commit comments

Comments
 (0)