Skip to content

Commit e5bfc38

Browse files
authored
chore: Removed Monolog version restriction (#235)
## Summary - Monolog and guzzlehttp/guzzle version restriction removed. ## Test plan All Existing unit and Integration tests pass
1 parent 0e7cefc commit e5bfc38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"php": ">=5.5",
1919
"justinrainbow/json-schema": "^1.6 || ^2.0 || ^4.0 || ^5.0",
2020
"lastguest/murmurhash": "1.3.0",
21-
"guzzlehttp/guzzle": "~6.2",
22-
"monolog/monolog": "~1.21"
21+
"guzzlehttp/guzzle": ">=6.2",
22+
"monolog/monolog": ">=1.21"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^4.8|^5.0",

0 commit comments

Comments
 (0)