{
    "name": "spatie/wordpress-mailcoach",
    "type": "wordpress-plugin",
    "description": "Display a Mailcoach summary inside WordPress",
    "keywords": [
        "spatie",
        "mailcoach",
        "mail",
        "mass mailing"
    ],
    "homepage": "https://mailcoach.app",
    "license": "MIT",
    "authors": [
        {
            "name": "Niels Vanpachtenbeke",
            "email": "support@spatie.be",
            "homepage": "https://spatie.be",
            "role": "Developer"
        }
    ],
    "require": {
        "php": "^8.1",
        "guzzlehttp/guzzle": "^7.5",
        "spatie/mailcoach-sdk-php": "^1.1.0",
        "automattic/jetpack-autoloader": "^2.11"
    },
    "require-dev": {
        "bamarni/composer-bin-plugin": "^1.8.2",
        "composer/installers": "^1.12",
        "friendsofphp/php-cs-fixer": "^3.14",
        "php-stubs/wordpress-stubs": "^6.2",
        "phpstan/extension-installer": "^1.3",
        "phpstan/phpstan": "^1.10",
        "phpunit/phpunit": "^9.5.26",
        "spatie/wordpress-ray": "^1.7",
        "squizlabs/php_codesniffer": "^3.7",
        "szepeviktor/phpstan-wordpress": "^1.3",
        "yoast/phpunit-polyfills": "^1.0",
        "yoast/wp-test-utils": "^1.1"
    },
    "autoload": {
        "psr-4": {
            "Spatie\\WordPressMailcoach\\": "src"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Spatie\\WordPressMailcoach\\Tests\\": "tests"
        }
    },
    "scripts": {
        "analyse": "vendor/bin/phpstan",
        "test": "vendor/bin/phpunit",
        "test-coverage": "vendor/bin/phpunit --coverage-html coverage",
        "format": "vendor/bin/php-cs-fixer fix --allow-risky=yes",
        "baseline": [
            "vendor/bin/phpstan analyse --generate-baseline --memory-limit=4G"
        ]
    },
    "config": {
        "sort-packages": true,
        "allow-plugins": {
            "automattic/jetpack-autoloader": true,
            "bamarni/composer-bin-plugin": true,
            "composer/installers": true,
            "phpstan/extension-installer": true
        }
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "funding": [
        {
            "type": "github",
            "url": "https://github.com/sponsors/spatie"
        }
    ]
}
