forked from freephile/EmailFile
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
45 lines (45 loc) · 1.05 KB
/
Copy pathcomposer.json
File metadata and controls
45 lines (45 loc) · 1.05 KB
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
35
36
37
38
39
40
41
42
43
44
45
{
"name": "equality-tech/email-file",
"type": "mediawiki-extension",
"description": "Creates SpecialPage for uploading and emailing a file",
"keywords": [
"wiki",
"MediaWiki",
"QualityBox",
"extension",
"email",
"file"
],
"homepage": "https://github.com/freephile/EmailFile",
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Greg Rundlett",
"email": "greg@equality-tech.com",
"role": "developer"
},
{
"name": "eQuality Technology",
"email": "info@equality-tech.com",
"role": "maintainer"
},
{
"name": "Don B Stringham",
"email": "stringhamdb@ldschurch.org",
"role": "original developer"
}
],
"require": {
"composer/installers": "^1.0.1",
"phpmailer/phpmailer": "~6.1"
},
"require-dev": {
"mediawiki/mediawiki-codesniffer": "27.0.0"
},
"scripts": {
"test": [
"phpcs -p -s"
],
"fix": "phpcbf"
}
}