From db557875e11fa016e6befa333c300d7fa2127e09 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 25 Nov 2019 08:45:15 +0100 Subject: v3.2.0 --- composer.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 8a162bf..29fb6f6 100644 --- a/composer.json +++ b/composer.json @@ -34,6 +34,7 @@ "symfony/templating": "^3.3|^4.0", "symfony/translation": "^3.3|^4.0", "league/flysystem-aws-s3-v2": "^1.0", + "league/flysystem-azure-blob-storage": "^0.1", "league/flysystem-cached-adapter": "^1.0", "spatie/flysystem-dropbox": "^1.0", "league/flysystem-gridfs": "^1.0", @@ -54,6 +55,7 @@ "ext-ftp": "Required for FTP and SFTP", "league/flysystem-aws-s3-v2": "Use S3 storage with AWS SDK v2", "league/flysystem-aws-s3-v3": "Use S3 storage with AWS SDK v3", + "league/flysystem-azure-blob-storage": "Allows you to use Azure Blob Storage adapter", "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", "spatie/flysystem-dropbox": "Use Dropbox storage", "league/flysystem-gridfs": "Allows you to use GridFS adapter", -- cgit