Browse Source

Merge pull request #16071 from cakephp/container-deps

Add explicit dependency on psr/container
Mark Story 4 years ago
parent
commit
f539fe9f83
1 changed files with 1 additions and 0 deletions
  1. 1 0
      composer.json

+ 1 - 0
composer.json

@@ -31,6 +31,7 @@
         "laminas/laminas-diactoros": "^2.2.2",
         "laminas/laminas-httphandlerrunner": "^1.1",
         "league/container": "^4.1.1",
+        "psr/container": "^2.0",
         "psr/http-client": "^1.0",
         "psr/http-server-handler": "^1.0",
         "psr/http-server-middleware": "^1.0",