Welcome to mirror list, hosted at ThFree Co, Russian Federation.

composer.json « azure-storage-common « microsoft - github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 84db042c6077fa54f82450b78b92c3b7ea761c4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "microsoft/azure-storage-common",
    "version": "1.5.2",
    "description": "This project provides a set of common code shared by Azure Storage Blob, Table, Queue and File PHP client libraries.",
    "keywords": [ "php", "azure", "storage", "sdk", "common" ],
    "license": "MIT",
    "authors": [
        {
            "name": "Azure Storage PHP Client Library",
            "email": "dmsh@microsoft.com"
        }
    ],
    "require": {
        "php": ">=5.6.0",
		"guzzlehttp/guzzle": "~6.0|^7.0"
    },
    "autoload": {
        "psr-4": {
            "MicrosoftAzure\\Storage\\Common\\": "src/Common"
        }
    }
}