forked from upcloo/upcloo-php-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
38 lines (38 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
35
36
37
38
{
"name": "corley/upcloo-php-sdk",
"description": "UpCloo PHP SDK",
"version":"0.13.0",
"type":"library",
"keywords":["upcloo","correlation","links","related"],
"time":"2012-06-01",
"license":"MIT",
"authors": [
{
"name":"Walter Dal Mut",
"email":"walter.dalmut@corley.it",
"homepage":"http://walterdalmut.com",
"role":"Developer"
},
{
"name":"Gabriele Mittica",
"email":"gabriele.mittica@corley.it",
"homepage":"http://gabrielemittica.com",
"role":"Developer"
}
],
"support": {
"email":"info@corley.it"
},
"require": {
"php": ">=5.2.4"
},
"autoload": {
"psr-0": ["src/"]
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/corley/upcloo-php-sdk.git"
}
]
}