From 4a7fe2f33bb4ac4524e938c9a3f3a0dd1553281a Mon Sep 17 00:00:00 2001 From: David Callizaya Date: Fri, 3 Sep 2021 15:46:26 -0400 Subject: [PATCH] Set aws/aws-sdk-php and phpunit versions --- src/composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/composer.json b/src/composer.json index c76b6ea..b221b99 100644 --- a/src/composer.json +++ b/src/composer.json @@ -1,9 +1,10 @@ { "require": { + "aws/aws-sdk-php": "^3.192", "guzzlehttp/guzzle": "~6.0" }, "require-dev": { - "phpunit/phpunit": "^7", + "phpunit/phpunit": "^6.5.14", "mockery/mockery": "^1.2" }, "autoload": {