-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcomposer.json
34 lines (34 loc) · 956 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": "wbstack/magnustools",
"description": "Useful classes for Wikimedia Toolforge",
"homepage": "https://bitbucket.com/magnusmanske/magnustools",
"license": "GPL-3.0-or-later",
"version": "v1.0.8",
"type": "library",
"authors": [
{
"name": "Magnus Manske",
"email": "[email protected]",
"homepage": "http://magnusmanske.de",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"Toolforge\\": "classes/"
}
},
"support":{
"issues": "https://bitbucket.org/magnusmanske/magnustools/issues?status=new&status=open",
"source": "https://bitbucket.org/magnusmanske/magnustools/"
},
"require-dev": {
"phpunit/phpunit": "^8.0"
},
"require": {
"php": ">=7.0.0",
"abraham/twitteroauth": "^2.0",
"mediawiki/oauthclient": "^1.2",
"addwiki/mediawiki-api": "^2.8"
}
}