diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/composer.json b/composer.json index bab9875..16fdb8a 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "symfony/http-kernel": "^3.4 || ^4.0 || ^5.0" }, "require-dev": { - "async-aws/flysystem-s3": "^0.4.0", + "async-aws/flysystem-s3": "^1.0", "jenko/flysystem-gaufrette": "^1.0", "league/flysystem-aws-s3-v2": "^1.0", "league/flysystem-azure-blob-storage": "^0.1", @@ -75,6 +75,9 @@ "superbalist/flysystem-google-storage": "Allows you to use Google Cloud Storage buckets", "twistor/flysystem-stream-wrapper": "Allows you to use stream wrapper" }, + "conflict": { + "async-aws/flysystem-s3": "<1.0" + }, "config": { "sort-packages": true }, |