Skip to content

Commit d818b99

Browse files
Merge pull request #32 from rebuy-de/fix-composer
Allow monolog versions >= 1.21
2 parents 2e8f1d4 + 59257e4 commit d818b99

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
@@ -14,7 +14,7 @@
1414
"justinrainbow/json-schema": "^1.6 || ^2.0 || ^4.0",
1515
"lastguest/murmurhash": "1.3.0",
1616
"guzzlehttp/guzzle": "~5.3|~6.2",
17-
"monolog/monolog": "1.21.0"
17+
"monolog/monolog": "~1.21"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "~4.8|~5.0",

0 commit comments

Comments
 (0)