-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
34 lines (34 loc) · 930 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
30
31
32
33
34
{
"name" : "brainsonic/azure-distribution-bundle",
"description" : "Integration of Windows Azure SDK and workflows into Symfony applications.",
"license" : "MIT",
"type" : "symfony-bundle",
"authors" : [{
"name" : "Benjamin Eberlei",
"email" : "kontakt@beberlei.de"
}, {
"name" : "Stéphane Escandell",
"email" : "stephane.escandell@gmail.com"
}
],
"require" : {
"symfony/symfony" : "~2.3",
"microsoft/windowsazure" : "dev-dev#fdaf20953cb611b19abe6a24bf3d595233b7b8ce",
"pear-pear.php.net/http_request2": "*",
"pear-pear.php.net/mail_mime": "*",
"pear-pear.php.net/mail_mimedecode": "*"
},
"repositories": [{
"type": "pear",
"url": "http://pear.php.net"
}],
"require-dev": {
"phpunit/phpunit": "4.1.*"
},
"autoload" : {
"psr-0" : {
"WindowsAzure\\DistributionBundle" : ""
}
},
"target-dir" : "WindowsAzure/DistributionBundle"
}