From a4bda9982dd16743159529fbcc240eae3b9b762b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 15:16:09 +0000 Subject: [PATCH] [v27-branch]: Update humanmade/aws-xray requirement Updates the requirements on [humanmade/aws-xray](https://github.com/humanmade/aws-xray) to permit the latest version. - [Release notes](https://github.com/humanmade/aws-xray/releases) - [Changelog](https://github.com/humanmade/aws-xray/blob/master/CHANGELOG.md) - [Commits](https://github.com/humanmade/aws-xray/compare/1.3.11...1.3.13) --- updated-dependencies: - dependency-name: humanmade/aws-xray dependency-version: 1.3.12 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 2e1341f9..b3604123 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "require": { "php": ">=8.2", "humanmade/wp-redis-predis-client": "~0.2.0", - "humanmade/aws-xray": "~1.3.11", + "humanmade/aws-xray": "~1.3.13", "humanmade/s3-uploads": "^3.0.13", "humanmade/cavalcade": "^2.0.3", "pantheon-systems/wp-redis": "1.4.7",