forked from MaisonLogicielLibre/API_SVN
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 827 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
{
"name": "mll/apisvn",
"type": "library",
"description": "Api for BitBucket and GitHubt",
"homepage": "https://github.com/MaisonLogicielLibre/API_SVN",
"keywords": ["github", "gh", "api", "gist"],
"license": "GPL v3",
"require": {
"knplabs/github-api": "~1.4",
"php": ">=5.3",
"kriswallsmith/buzz": "~0.13",
"jacobkiers/oauth": "~1.0.10",
"google/apiclient": "1.1.4",
"gentle/bitbucket-api" : "~0.7"
},
"autoload": {
"psr-0": { "": "src" }
},
"require-dev": {
"phpunit/phpunit": "4.0.*",
"squizlabs/php_codesniffer": "~2.3"
},
"suggest": {
"ext-curl": "*"
},
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
}
}