Skip to content

Commit ce75327

Browse files
authored
Merge pull request #79 from hhxsv5/master
Optimize the required version of monolog
2 parents 19a53b6 + 06720d9 commit ce75327

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
@@ -24,7 +24,7 @@
2424
"ext-json": "*",
2525
"guzzlehttp/guzzle": "~6.0",
2626
"ratchet/pawl": "^0.3.2",
27-
"monolog/monolog": ">=1.0"
27+
"monolog/monolog": "~1.0|~2.0"
2828
},
2929
"require-dev": {
3030
"phpunit/phpunit": "^5.7"

0 commit comments

Comments
 (0)