Browse Source

[4.x][datasource] Widen psr/log range and include v2

As this package is only a consumer of psr/log it shouldn't block any packages building on it for using the never v2. Note that v3 will be different due to the added return type hint.
Cees-Jan Kiewiet 4 years ago
parent
commit
00973f524f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Datasource/composer.json

+ 1 - 1
src/Datasource/composer.json

@@ -26,7 +26,7 @@
     "require": {
         "php": ">=7.2.0",
         "cakephp/core": "^4.0",
-        "psr/log": "^1.1",
+        "psr/log": "^1.1 || ^2",
         "psr/simple-cache": "^1.0"
     },
     "suggest": {