forked from mandersondesign/azure-sdk-for-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 878 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 878 Bytes
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
30
{
"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"
}
],
"repositories": [
{
"type" : "vcs",
"url": "https://github.com/GameWisp/HTTP_Request2.git"
}
],
"require": {
"pear/http_request2": "2.2.1-p1",
"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\\": "" }
}
}