forked from wikimedia/mediawiki-extensions-BounceHandler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 945 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
{
"authors" : [
{
"name": "Tony Thomas",
"email": "01tonythomas@gmail.com",
"homepage": "http://tttwrites.in",
"role": "Developer"
},
{
"name": "Legoktm",
"email": "legoktm@gmail.com"
},
{
"name": "Jeff Green",
"email": "jgreen@wikimedia.org"
}
],
"homepage" : "https://www.mediawiki.org/wiki/Extension:BounceHandler",
"support" : {
"email": "01tonythomas@gmail.com",
"issues": "https://bugzilla.wikimedia.org",
"irc": "irc://irc.freenode.org/wikimedia-dev",
"source": "https://github.com/wikimedia/mediawiki-extensions-BounceHandler"
},
"description": "PEAR MimeDecode library for Mediawiki extension BounceHandler",
"license" : "GPL-2.0+",
"require":
{
"floriansemm/official-library-php-email-parser": "dev-master"
}
}