Downgrade symfony/lock to v7.2.0 to work around redis issue

This commit is contained in:
Alejandro Celaya
2025-02-14 08:40:06 +01:00
parent a1f2e6dc5c
commit 259635ea2a
2 changed files with 3 additions and 1 deletions

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