{
    "name": "frumbik/frumbik-smtp",
    "description": "Professional SMTP mailer for WordPress with email logging, multiple provider support, multi-connection routing, email queue, and a modern React admin interface.",
    "type": "wordpress-plugin",
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "Frumbik",
            "homepage": "https://frumbik.com",
            "role": "Developer"
        }
    ],
    "support": {
        "issues": "https://wordpress.org/support/plugin/frumbik-smtp/",
        "source": "https://github.com/frumbik/frumbik-smtp",
        "docs": "https://frumbik.com/docs/smtp"
    },
    "keywords": [
        "wordpress",
        "smtp",
        "email",
        "mailer",
        "sendgrid",
        "mailgun",
        "postmark",
        "brevo",
        "sparkpost",
        "email-log",
        "wp-mail"
    ],
    "homepage": "https://frumbik.com/smtp",
    "minimum-stability": "stable",
    "prefer-stable": true,
    "require": {
        "php": ">=7.4"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.6",
        "squizlabs/php_codesniffer": "^3.7",
        "wp-coding-standards/wpcs": "^3.0",
        "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
        "phpcompatibility/phpcompatibility-wp": "^2.1"
    },
    "autoload": {
        "psr-4": {
            "FrumbikSMTP\\": "src/"
        },
        "files": [
            "src/Helpers/helpers.php"
        ]
    },
    "autoload-dev": {
        "psr-4": {
            "FrumbikSMTP\\Tests\\": "tests/"
        }
    },
    "config": {
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true
        },
        "sort-packages": true,
        "optimize-autoloader": true
    },
    "scripts": {
        "test": "phpunit",
        "phpcs": "phpcs",
        "phpcbf": "phpcbf"
    }
}
