From 74c0195166e5b902e8ac301d3c373884dd7237e0 Mon Sep 17 00:00:00 2001 From: spiralbot Date: Wed, 3 Jan 2024 12:46:23 +0000 Subject: [PATCH] Merge pull request #1050 from spiral/flysystem-v3 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index a982e9f..aa1bd5d 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "require": { "php": ">=8.1", "spiral/distribution": "^3.12", - "league/flysystem": "^2.3.1" + "league/flysystem": "^2.3.1 || ^3.0" }, "autoload": { "psr-4": { @@ -33,7 +33,7 @@ "phpunit/phpunit": "^10.1", "vimeo/psalm": "^5.9", "jetbrains/phpstorm-attributes": "^1.0", - "league/flysystem-aws-s3-v3": "^2.0" + "league/flysystem-aws-s3-v3": "^2.0 || ^3.0" }, "autoload-dev": { "psr-4": { @@ -47,8 +47,8 @@ ] }, "suggest": { - "league/flysystem-aws-s3-v3": "(^2.0) S3 storage driver support", - "league/flysystem-async-aws-s3": "(^2.0) S3 storage async driver support" + "league/flysystem-aws-s3-v3": "(^2.0 || ^3.0) S3 storage driver support", + "league/flysystem-async-aws-s3": "(^2.0 || ^3.0) S3 storage async driver support" }, "extra": { "branch-alias": {