diff --git a/src/Symfony/Component/Cache/Traits/RelayProxy.php b/src/Symfony/Component/Cache/Traits/RelayProxy.php index 2e29362542053..848407fdd3a02 100644 --- a/src/Symfony/Component/Cache/Traits/RelayProxy.php +++ b/src/Symfony/Component/Cache/Traits/RelayProxy.php @@ -778,6 +778,11 @@ public function isConnected(): bool return $this->initializeLazyObject()->isConnected(...\func_get_args()); } + public function isTracked($key): bool + { + return $this->initializeLazyObject()->isTracked(...\func_get_args()); + } + public function jsonArrAppend($key, $value_or_array, $path = null): \Relay\Relay|array|false { return $this->initializeLazyObject()->jsonArrAppend(...\func_get_args()); diff --git a/src/Symfony/Component/Cache/composer.json b/src/Symfony/Component/Cache/composer.json index 6f24729d35bb3..8d0a10ac19989 100644 --- a/src/Symfony/Component/Cache/composer.json +++ b/src/Symfony/Component/Cache/composer.json @@ -44,7 +44,7 @@ }, "conflict": { "ext-redis": "<6.2", - "ext-relay": "<0.11", + "ext-relay": "<0.11.1", "doctrine/dbal": "<3.6", "symfony/dependency-injection": "<6.4", "symfony/http-kernel": "<6.4",
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: