Updated PSR::Log to ~1.1.0, so its compatible with other dependencies.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Abel Hoogeveen 2020-07-16 13:39:42 +02:00
parent a8e6c46bb1
commit fbc17a9519

View File

@ -15,7 +15,7 @@
],
"require": {
"php": ">=7.1.0",
"psr/log": "1.1.0"
"psr/log": "~1.1.0"
},
"require-dev": {
"phpunit/phpunit": "^7",