From ef051c443aba95386542ddf6741e55a6d1be3f76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 12:27:36 +0000 Subject: [PATCH] Bump symfony/string from 6.3.12 to 6.4.7 Bumps [symfony/string](https://github.com/symfony/string) from 6.3.12 to 6.4.7. - [Release notes](https://github.com/symfony/string/releases) - [Changelog](https://github.com/symfony/string/blob/7.0/CHANGELOG.md) - [Commits](https://github.com/symfony/string/compare/v6.3.12...v6.4.7) --- updated-dependencies: - dependency-name: symfony/string dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 75708e3..c19df26 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "symfony/runtime": "6.3.*", "symfony/security-bundle": "6.3.*", "symfony/serializer": "6.4.*", - "symfony/string": "6.3.*", + "symfony/string": "6.4.*", "symfony/translation": "6.4.*", "symfony/twig-bundle": "6.3.*", "symfony/validator": "6.4.*", diff --git a/composer.lock b/composer.lock index 93c74f7..a0a3fac 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": "6245b325ffe02c244be33cc2369ea43f", + "content-hash": "6513ee9e0e73ae11d3602a8f37b58412", "packages": [ { "name": "brick/math", @@ -7319,16 +7319,16 @@ }, { "name": "symfony/string", - "version": "v6.3.12", + "version": "v6.4.7", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "bce75043af265dc8aca536a6ab1d6b3181763529" + "reference": "ffeb9591c61f65a68d47f77d12b83fa530227a69" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/bce75043af265dc8aca536a6ab1d6b3181763529", - "reference": "bce75043af265dc8aca536a6ab1d6b3181763529", + "url": "https://api.github.com/repos/symfony/string/zipball/ffeb9591c61f65a68d47f77d12b83fa530227a69", + "reference": "ffeb9591c61f65a68d47f77d12b83fa530227a69", "shasum": "" }, "require": { @@ -7342,11 +7342,11 @@ "symfony/translation-contracts": "<2.5" }, "require-dev": { - "symfony/error-handler": "^5.4|^6.0", - "symfony/http-client": "^5.4|^6.0", - "symfony/intl": "^6.2", + "symfony/error-handler": "^5.4|^6.0|^7.0", + "symfony/http-client": "^5.4|^6.0|^7.0", + "symfony/intl": "^6.2|^7.0", "symfony/translation-contracts": "^2.5|^3.0", - "symfony/var-exporter": "^5.4|^6.0" + "symfony/var-exporter": "^5.4|^6.0|^7.0" }, "type": "library", "autoload": { @@ -7385,7 +7385,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.3.12" + "source": "https://github.com/symfony/string/tree/v6.4.7" }, "funding": [ { @@ -7401,7 +7401,7 @@ "type": "tidelift" } ], - "time": "2024-01-23T14:35:58+00:00" + "time": "2024-04-18T09:22:46+00:00" }, { "name": "symfony/translation",