From 01440e68d9b4f6f4609637e9bea3080e71900412 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 15:33:14 +0000 Subject: [PATCH] [TASK] 12.0.x-dev Update solarium/solarium requirement Updates the requirements on [solarium/solarium](https://github.com/solariumphp/solarium) to permit the latest version. - [Release notes](https://github.com/solariumphp/solarium/releases) - [Changelog](https://github.com/solariumphp/solarium/blob/master/CHANGELOG.md) - [Commits](https://github.com/solariumphp/solarium/compare/6.3.5...6.3.6) --- updated-dependencies: - dependency-name: solarium/solarium dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4a9a43d72..4cfffcab8 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "ext-libxml": "*", "ext-pdo": "*", "ext-simplexml": "*", - "solarium/solarium": "6.3.5", + "solarium/solarium": "6.3.6", "typo3/cms-backend": "*", "typo3/cms-core": "^v12.4.3", "typo3/cms-extbase": "*",