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

This commit is contained in:
Abel Hoogeveen 2020-07-16 13:39:42 +02:00
parent a8e6c46bb1
commit fbc17a9519
1 changed files with 1 additions and 1 deletions

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",