From 21b111e40f81e4b6545dd07e0f25c8258c4639fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 19:15:01 +0000 Subject: [PATCH] Update humanmade/aws-xray requirement from ~1.3.3 to ~1.3.4 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.3...1.3.4) --- updated-dependencies: - dependency-name: humanmade/aws-xray 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 dd6362c5..700c65ad 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "require": { "php": ">=7.1", "humanmade/wp-redis-predis-client": "0.1.0", - "humanmade/aws-xray": "~1.3.3", + "humanmade/aws-xray": "~1.3.4", "humanmade/s3-uploads": "^3.0.7", "humanmade/cavalcade": "^2.0.2", "humanmade/wp-redis": "1.1.2",