forked from Azure/azure-sdk-for-php
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
28 lines (28 loc) · 816 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
{
"name": "pawellen/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": "[email protected]"
}
],
"require": {
"pear/http_request2": "^2.2",
"pear/net_url2": "<2.2",
"pear/mail_mime": "^1.10",
"pear/mail_mime-decode": "^1.5",
"firebase/php-jwt": "^3.0"
},
"require-dev": {
"mikey179/vfsStream": "^1.6"
},
"autoload": {
"psr-0": { "WindowsAzure\\": "" }
},
"include-path": [
"../../pear/http_request2"
]
}