Browse Source

Merge pull request #16363 from cakephp/othercorey-patch-1

Allow psr/log 2
Mark Scherer 4 years ago
parent
commit
6e91c3eb61
1 changed files with 1 additions and 1 deletions
  1. 1 1
      composer.json

+ 1 - 1
composer.json

@@ -34,7 +34,7 @@
         "psr/http-client": "^1.0",
         "psr/http-server-handler": "^1.0",
         "psr/http-server-middleware": "^1.0",
-        "psr/log": "^3.0",
+        "psr/log": "^2.0 || ^3.0",
         "psr/simple-cache": "^2.0 || ^3.0"
     },
     "replace": {