Browse Source

Merge pull request #14126 from cakephp/saeideng-patch-1

[4.x - cakephp/http] - add composer/ca-bundle
Mark Story 6 years ago
parent
commit
9cc8294376
2 changed files with 2 additions and 1 deletions
  1. 1 1
      composer.json
  2. 1 0
      src/Http/composer.json

+ 1 - 1
composer.json

@@ -33,7 +33,7 @@
         "ext-mbstring": "*",
         "aura/intl": "^3.0.0",
         "cakephp/chronos": "^2.0",
-        "composer/ca-bundle": "^1.0",
+        "composer/ca-bundle": "^1.2",
         "psr/http-client": "^1.0",
         "psr/http-server-handler": "^1.0",
         "psr/http-server-middleware": "^1.0",

+ 1 - 0
src/Http/composer.json

@@ -27,6 +27,7 @@
         "cakephp/core": "^4.0",
         "cakephp/event": "^4.0",
         "cakephp/utility": "^4.0",
+        "composer/ca-bundle": "^1.2",
         "psr/http-client": "^1.0",
         "psr/http-server-handler": "^1.0",
         "psr/http-server-middleware": "^1.0",