{
    "name": "codeleaf/email-protect",
    "description": "Secures your email addresses from spam bots. Use the [mail-crypt] shortcode to add encrypted mailaddresses to your page",
    "authors": [
        {
            "name": "CodeLeaf",
            "email": "development@code-leaf.de"
        }
    ],
    "require": {
        "php": ">=7.0"
    },
    "require-dev": {
        "phpstan/phpstan": "^1.2.0",
        "szepeviktor/phpstan-wordpress": "^1.0.2",
        "phpunit/phpunit": "^9.2",
        "rector/rector": "^0.12.5"
    },
    "autoload": {
        "psr-4": {
            "EmailProtect\\": "./plugin/EmailProtect"
        }
    }
}