22 строки
643 B
JSON
22 строки
643 B
JSON
{
|
|
"name": "microsoft/azure-storage-table",
|
|
"version": "1.1.6",
|
|
"description": "This project provides a set of PHP client libraries that make it easy to access Microsoft Azure Storage Table APIs.",
|
|
"keywords": [ "php", "azure", "storage", "sdk", "table" ],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Azure Storage PHP Client Library",
|
|
"email": "dmsh@microsoft.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.6.0",
|
|
"microsoft/azure-storage-common": "~1.5"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"MicrosoftAzure\\Storage\\Table\\": "src/Table"
|
|
}
|
|
}
|
|
} |