Skip to content

Commit 0ee792d

Browse files
committed
Merge branch '7.4' into 8.0
* 7.4: fix compatibility with Relay 0.11.1
2 parents 28287e5 + b49a855 commit 0ee792d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/Symfony/Component/Cache/Traits/RelayProxy.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,11 @@ public function isConnected(): bool
778778
return $this->initializeLazyObject()->isConnected(...\func_get_args());
779779
}
780780

781+
public function isTracked($key): bool
782+
{
783+
return $this->initializeLazyObject()->isTracked(...\func_get_args());
784+
}
785+
781786
public function jsonArrAppend($key, $value_or_array, $path = null): \Relay\Relay|array|false
782787
{
783788
return $this->initializeLazyObject()->jsonArrAppend(...\func_get_args());

src/Symfony/Component/Cache/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"conflict": {
4545
"ext-redis": "<6.2",
46-
"ext-relay": "<0.11",
46+
"ext-relay": "<0.11.1",
4747
"doctrine/dbal": "<4.3"
4848
},
4949
"autoload": {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy