-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathcomposer.json
More file actions
60 lines (60 loc) · 1.68 KB
/
Copy pathcomposer.json
File metadata and controls
60 lines (60 loc) · 1.68 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "mantisbt-plugins/emailreporting",
"description": "EmailReporting plugin for MantisBT",
"type": "project",
"require": {
"php": "^8.1",
"qualityunit/tnef-decoder": "^1.2",
"sl-gundam/markdownify": "2.3.3.*",
"willdurand/email-reply-parser": "^2.10",
"sl-gundam/auth_sasl": "1.2.0.*",
"sl-gundam/net_imap": "1.1.4.*",
"sl-gundam/net_pop3": "1.3.9.*",
"sl-gundam/net_socket": "1.2.2.*",
"php-core/simplehtmldom": "^0.0.1",
"sl-gundam/mail_mimedecode": "1.5.6.*",
"firebase/php-jwt": "^7.1",
"google/auth": "^1.53",
"guzzlehttp/guzzle": "^7.9 || ^8.0",
"phpseclib/phpseclib": "^3.0"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/SL-Gundam/Markdownify"
},
{
"type": "vcs",
"url": "https://github.com/SL-Gundam/Auth_SASL"
},
{
"type": "vcs",
"url": "https://github.com/SL-Gundam/Net_IMAP"
},
{
"type": "vcs",
"url": "https://github.com/SL-Gundam/Net_POP3"
},
{
"type": "vcs",
"url": "https://github.com/SL-Gundam/Net_Socket"
},
{
"type": "vcs",
"url": "https://github.com/SL-Gundam/Mail_mimeDecode"
}
],
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "EmailReporting Team",
"homepage": "https://mantisbt.org/forums/viewforum.php?f=13"
}
],
"minimum-stability": "stable",
"config": {
"platform": {
"php": "8.1.34"
}
}
}