diff --git a/composer.json b/composer.json index f79962ed3..e55188c86 100644 --- a/composer.json +++ b/composer.json @@ -33,8 +33,8 @@ "composer/semver": "^3.0", "friendsofphp/php-cs-fixer": "^3.5", "google/cloud-storage": "^1.23", - "async-aws/s3": "^1.5", - "async-aws/simple-s3": "^1.1", + "async-aws/s3": "^1.5 || ^2.0", + "async-aws/simple-s3": "^1.1 || ^2.0", "sabre/dav": "^4.3.1" }, "conflict": { diff --git a/src/AsyncAwsS3/composer.json b/src/AsyncAwsS3/composer.json index b0959613f..bd34a4f7f 100644 --- a/src/AsyncAwsS3/composer.json +++ b/src/AsyncAwsS3/composer.json @@ -12,10 +12,10 @@ "php": "^8.0.2", "league/flysystem": "^3.10.0", "league/mime-type-detection": "^1.0.0", - "async-aws/s3": "^1.5" + "async-aws/s3": "^1.5 || ^2.0" }, "require-dev": { - "async-aws/simple-s3": "^1.1" + "async-aws/simple-s3": "^1.1 || ^2.0" }, "conflict": { "symfony/http-client": "<5.2",