Skip to content

Commit 9369884

Browse files
committed
AC-9670::Adobe Commerce 2.4.7 core code is compatible with PHP 8.3, introduced performance issue in latest version cache-backend-redis and credis
1 parent 9e766cf commit 9369884

File tree

2 files changed

+344
-959
lines changed

2 files changed

+344
-959
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"ext-zip": "*",
4747
"lib-libxml": "*",
4848
"colinmollenhour/cache-backend-file": "^1.4",
49-
"colinmollenhour/cache-backend-redis": "^1.14",
50-
"colinmollenhour/credis": "^1.13",
49+
"colinmollenhour/cache-backend-redis": "~1.16.0",
50+
"colinmollenhour/credis": "~1.15.0",
5151
"colinmollenhour/php-redis-session-abstract": "^1.5",
5252
"composer/composer": "^2.0, !=2.2.16",
5353
"elasticsearch/elasticsearch": "~7.17.0 || ~8.5.0",

0 commit comments

Comments
 (0)