From 259635ea2a4340f848b51080818d27e97751b75b Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Fri, 14 Feb 2025 08:40:06 +0100 Subject: [PATCH] Downgrade symfony/lock to v7.2.0 to work around redis issue --- CHANGELOG.md | 2 ++ composer.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e05271c43..d8d3d2ce0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this In the future, Shlink will allow you to define trusted proxies, to avoid other potential side effects because of this reversing of the list. +* [#2354](https://github.com/shlinkio/shlink/issues/2354) Fix error "NOSCRIPT No matching script. Please use EVAL" thrown when creating a lock in redis. + ## [4.4.2] - 2025-01-29 ### Added * *Nothing* diff --git a/composer.json b/composer.json index c66a5f733..8d4848e4f 100644 --- a/composer.json +++ b/composer.json @@ -56,7 +56,7 @@ "spiral/roadrunner-jobs": "^4.6", "symfony/console": "^7.2", "symfony/filesystem": "^7.2", - "symfony/lock": "^7.2", + "symfony/lock": "7.2.0", "symfony/process": "^7.2", "symfony/string": "^7.2" },