forked from Azure/azure-sdk-for-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
29 lines (26 loc) · 803 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "microsoft/windowsazure",
"description": "This project provides a set of PHP client libraries that make it easy to access Windows Azure tables, blobs, queues, service runtime and service management APIs.",
"keywords": [ "php", "azure", "sdk" ],
"license": "Apache-2.0",
"authors": [
{
"name": "Azure PHP SDK",
"email": "azurephpsdk@microsoft.com"
}
],
"require": {
"pear-pear2.php.net/HTTP_Request2": "*",
"pear-pear2.php.net/Mail_Mime": "*",
"pear-pear2.php.net/Mail_mimeDecode": "*"
},
"repositories": [
{
"type": "pear",
"url": "http://pear.php.net"
}
],
"autoload": {
"psr-0": { "WindowsAzure\\": "" }
}
}