Symfony/string 6.4.9 introduced a bug with generating the symfony UX translations files. Therefore use 6.4.8 for now

This commit is contained in:
Jan Böhmer 2024-07-03 22:18:56 +02:00
parent 2681c7ded3
commit 9e0f86788d
2 changed files with 8 additions and 8 deletions

View file

@ -75,7 +75,7 @@
"symfony/runtime": "6.4.*",
"symfony/security-bundle": "6.4.*",
"symfony/serializer": "6.4.*",
"symfony/string": "6.4.*",
"symfony/string": "6.4.8",
"symfony/translation": "6.4.*",
"symfony/twig-bundle": "6.4.*",
"symfony/ux-translator": "^2.10",