From a119ae868734e5b91d15a2db7479a5168db4780a Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Tue, 4 Jun 2024 16:21:56 +0200 Subject: [PATCH] add missing DMARC package --- Application/Controller/Admin/SpfChecker.php | 1 - composer.json | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Controller/Admin/SpfChecker.php b/Application/Controller/Admin/SpfChecker.php index a87534f..81a05fd 100644 --- a/Application/Controller/Admin/SpfChecker.php +++ b/Application/Controller/Admin/SpfChecker.php @@ -18,7 +18,6 @@ namespace D3\MailConfigChecker\Application\Controller\Admin; use Assert\InvalidArgumentException; use D3\MailAuthenticationCheck\DMARCCheck; use D3\MailAuthenticationCheck\Model\DMARCResult; -use D3\MailConfigChecker\Application\Model\Constants; use D3\MailConfigChecker\Application\Model\DmarcResult as OxDmarcResult; use D3\MailConfigChecker\Application\Model\SpfResult; use Mika56\SPFCheck\DNS\DNSRecordGetter; diff --git a/composer.json b/composer.json index 2c11c15..ebb1560 100644 --- a/composer.json +++ b/composer.json @@ -34,6 +34,7 @@ "oxid-esales/oxideshop-ce": "6.10 - 6.14", "pear/net_smtp": "^1.11", "mika56/spfcheck": "^2.1.1", + "d3/mailauthenticationcheck": "^0.1.0", "beberlei/assert": "^3.3" }, "require-dev": {