-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 724 Bytes
/
Copy pathcomposer.json
File metadata and controls
30 lines (30 loc) · 724 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": "diversen/simple-php-github-api",
"type": "library",
"description": "simple php github api",
"homepage": "http://github.com/diversen/simple-php-github-api",
"keywords": ["github", "API"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Dennis Iversen",
"email": "dennis.iversen@gmail.com",
"homepage": "http://os-cms.net/",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0",
"diversen/mycurl": "^1.0"
},
"autoload": {
"psr-4": {
"diversen\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}