Added compatibility with newer versions of psr/log

This commit is contained in:
2024-09-17 16:46:11 +02:00
parent cbc0b936f8
commit 255d0189ab

View File

@@ -9,7 +9,7 @@
"doctrine/common" : ">=2.6.1",
"doctrine/cache" : "1.*",
"guzzlehttp/guzzle" : ">=6.0",
"psr/log": "^1.1",
"psr/log": ">=1.1",
"kevinrob/guzzle-cache-middleware": "^3.2",
"webmozart/assert": "^1.6"
},