oont-contents/plugins/w3-total-cache/vendor/microsoft/azure-storage-common/composer.json
2025-02-08 15:10:23 +01:00

22 lines
641 B
JSON

{
"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"
}
}
}