diff options
author | Remi Collet <remi@remirepo.net> | 2019-11-25 08:45:15 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-11-25 08:45:15 +0100 |
commit | db557875e11fa016e6befa333c300d7fa2127e09 (patch) | |
tree | 6a72f3c3a73ae7e79890ec9246a42f5c642f3669 /composer.json | |
parent | cf7167412a393e68bf362ee7f1bbd8328a25d550 (diff) |
v3.2.0
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 2 insertions, 0 deletions
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", |