Allow both psr/simple-cache constraint versions.
@@ -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",
@@ -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"
@@ -31,7 +31,7 @@
"ext-intl": "*",
- "cakephp/chronos": "^2.2"
+ "cakephp/chronos": "^3.0.2"
"suggest": {
"cakephp/cache": "Require this if you want automatic caching of translators"