%PDF- %PDF-
| Direktori : /www/varak.net/dmarc.varak.net/ |
| Current File : /www/varak.net/dmarc.varak.net/composer.json |
{
"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 || ^3.25.1"
},
"require-dev": {
"phpstan/phpstan": "^2.0"
},
"suggest": {
"ext-imap": "Needed to process incoming DMARC reports stored in a mailbox"
},
"config": {
"platform": {
}
}
}