From 9e0f86788d8cf5bfc1abb8c86bf17f6258376754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Wed, 3 Jul 2024 22:18:56 +0200 Subject: [PATCH] Symfony/string 6.4.9 introduced a bug with generating the symfony UX translations files. Therefore use 6.4.8 for now --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 75f52340..3c889437 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/composer.lock b/composer.lock index 3ddba747..2d2f0456 100644 --- a/composer.lock +++ b/composer.lock @@ -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",