From 67a51e9568939199dd98001c0362ad69744cd46b Mon Sep 17 00:00:00 2001 From: philippe PICHET Date: Mon, 12 Aug 2024 11:19:35 +0200 Subject: [PATCH] Update the composer of sqs and sns --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fe4793d..cd50faf 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "php": "^7.4|^8.0", "queue-interop/queue-interop": "^0.8", "enqueue/dsn": "^0.10", - "aws/aws-sdk-php": "~3.319" + "aws/aws-sdk-php": "^3.290" }, "require-dev": { "phpunit/phpunit": "^9.5",