-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 818 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 818 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": "hamstar/wikimate",
"type": "library",
"description": "Wikimate is a wrapper for the MediaWiki API that aims to be very easy to use.",
"license": "MIT",
"homepage": "https://github.com/hamstar/Wikimate",
"authors": [
{
"name": "Robert McLeod",
"email": "hamstar@telescum.co.nz",
"homepage": "https://github.com/hamstar"
},
{
"name": "Frans P. de Vries",
"homepage": "https://github.com/xymph"
},
{
"name" : "Contributors",
"homepage" : "https://github.com/hamstar/Wikimate/graphs/contributors"
}
],
"autoload": {
"classmap": [
"Wikimate.php"
]
},
"require": {
"rmccue/requests": "^2.0"
}
}