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

14
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "e58be92b1d757ef550b8407c3179f892",
"content-hash": "77f5b396d02bf268c6933cd7dd54bacb",
"packages": [
{
"name": "amphp/amp",
@ -13594,16 +13594,16 @@
},
{
"name": "symfony/string",
"version": "v6.4.9",
"version": "v6.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
"reference": "76792dbd99690a5ebef8050d9206c60c59e681d7"
"reference": "a147c0f826c4a1f3afb763ab8e009e37c877a44d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/76792dbd99690a5ebef8050d9206c60c59e681d7",
"reference": "76792dbd99690a5ebef8050d9206c60c59e681d7",
"url": "https://api.github.com/repos/symfony/string/zipball/a147c0f826c4a1f3afb763ab8e009e37c877a44d",
"reference": "a147c0f826c4a1f3afb763ab8e009e37c877a44d",
"shasum": ""
},
"require": {
@ -13660,7 +13660,7 @@
"utf8"
],
"support": {
"source": "https://github.com/symfony/string/tree/v6.4.9"
"source": "https://github.com/symfony/string/tree/v6.4.8"
},
"funding": [
{
@ -13676,7 +13676,7 @@
"type": "tidelift"
}
],
"time": "2024-06-28T09:25:38+00:00"
"time": "2024-05-31T14:49:08+00:00"
},
{
"name": "symfony/translation",