MailAuthenticationCheck/composer.json
2024-06-04 14:01:00 +02:00

39 lines
761 B
JSON

{
"name": "d3/mailauthenticationcheck",
"description": "Checks for configured mail athentication methods like SPF, DKIM and DMARC",
"type": "library",
"keywords": [
"SPF",
"DKIM",
"DMARC",
"e-mail",
"dns",
"record",
"authentication"
],
"authors": [
{
"name": "D3 Data Development (Inh. Thomas Dartsch)",
"email": "info@shopmodule.com",
"homepage": "https://www.d3data.de",
"role": "Owner"
}
],
"support": {
"email": "support@shopmodule.com"
},
"homepage": "https://www.oxidmodule.com/",
"license": [
"MIT"
],
"require": {
"php": ">=7.4",
"mika56/spfcheck": "^2.1.1"
},
"autoload": {
"psr-4": {
"D3\\MailAuthenticationCheck\\": "src"
}
}
}