forked from liuch/dmarc-srg
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 765 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 765 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": "liuch/dmarc-srg",
"type": "project",
"description": "A php parser, viewer and summary report generator for incoming DMARC reports.",
"keywords": [ "mailserver", "dmarc", "dmarc-reports", "dmarc-parser" ],
"license": "GPL-3.0-only",
"authors": [
{
"name": "liuch",
"email": "liuch@mail.ru",
"role": "Developer"
}
],
"require": {
"php": ">=7.3",
"ext-json": "*",
"ext-mbstring": "*",
"ext-pdo_mysql": "*",
"ext-xml": "*",
"ext-zip": "*",
"phpmailer/phpmailer": "^6.8.0",
"league/flysystem-aws-s3-v3": "^2.5"
},
"suggest": {},
"config": {
"platform": {
"php": "7.3"
}
}
}