Skip to content

Commit

Permalink
fix(sdk): Check stability with 2 different versions of monolog
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav Nanda committed Apr 28, 2020
1 parent 7c39632 commit d12cf8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}],
"description": "VWO server side sdk",
"require": {
"monolog/monolog": "^2.0",
"monolog/monolog": "^1.0 || ^2.0",
"ramsey/uuid": "^3.8",
"justinrainbow/json-schema": "^5.2"
},
Expand Down

0 comments on commit d12cf8c

Please sign in to comment.