Browse Source

Merge pull request #17359 from cakephp/5.x-subsplit-constraints

Allow both psr/simple-cache constraint versions.
Mark Story 2 years ago
parent
commit
dc63893fcc
3 changed files with 3 additions and 3 deletions
  1. 1 1
      composer.json
  2. 1 1
      src/Database/composer.json
  3. 1 1
      src/I18n/composer.json

+ 1 - 1
composer.json

@@ -38,7 +38,7 @@
         "psr/http-server-handler": "^1.0.2",
         "psr/http-server-middleware": "^1.0.2",
         "psr/log": "^3.0",
-        "psr/simple-cache": "^3.0"
+        "psr/simple-cache": "^2.0 || ^3.0"
     },
     "replace": {
         "cakephp/cache": "self.version",

+ 1 - 1
src/Database/composer.json

@@ -26,7 +26,7 @@
     "require": {
         "php": ">=8.1",
         "cakephp/core": "^5.0",
-        "cakephp/chronos": "^3.0",
+        "cakephp/chronos": "^3.0.2",
         "cakephp/datasource": "^5.0",
         "psr/log": "^3.0"
     },

+ 1 - 1
src/I18n/composer.json

@@ -31,7 +31,7 @@
         "php": ">=8.1",
         "ext-intl": "*",
         "cakephp/core": "^5.0",
-        "cakephp/chronos": "^2.2"
+        "cakephp/chronos": "^3.0.2"
     },
     "suggest": {
         "cakephp/cache": "Require this if you want automatic caching of translators"