Merge pull request #2361 from acelaya-forks/feature/lock-downgrade

Downgrade symfony/lock to v7.2.0 to work around redis issue
This commit is contained in:
Alejandro Celaya 2025-02-14 08:52:33 +01:00 committed by GitHub
commit 8fd53afe3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -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*

View File

@ -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"
},