{
    "repositories": [
        {
            "type": "vcs",
            "url": "git@github.com:hostinger/hostinger-wp-menu-manager.git",
            "no-api": true
        },
        {
            "type": "vcs",
            "url": "git@github.com:hostinger/hostinger-wp-helper.git",
            "no-api": true
        },
        {
            "type": "vcs",
            "url": "git@github.com:hostinger/hostinger-wp-surveys.git",
            "no-api": true
        },
        {
            "type": "vcs",
            "url": "git@github.com:hostinger/hostinger-wp-amplitude.git",
            "no-api": true
        }
    ],
    "name": "hostinger/hostinger-reach",
    "description": "Hostinger Reach",
    "type": "plugin",
    "license": "GPL-2.0+",
    "autoload": {
        "psr-4": {
            "Hostinger\\Reach\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Hostinger\\Reach\\Tests\\": "tests/phpunit"
        }
    },
    "authors": [
        {
            "name": "Hostinger"
        }
    ],
    "config": {
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true,
            "automattic/jetpack-autoloader": true
        },
        "preferred-install": {
            "hostinger/*": "source",
            "*": "dist"
        },
        "github-protocols": ["ssh"]
    },
    "require-dev": {
        "phpunit/phpunit": "^9.6",
        "yoast/phpunit-polyfills": "^2.0",
        "squizlabs/php_codesniffer": "^3.7",
        "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
        "phpcompatibility/phpcompatibility-wp": "*",
        "wp-coding-standards/wpcs": "^3.0",
        "phpunit/php-code-coverage": "^9.2",
        "slevomat/coding-standard": "^8.0@dev"
    },
    "scripts": {
        "phpunit": "phpunit",
        "phpcs": "./vendor/bin/phpcs",
        "post-install-cmd": "bash bin/cleanup-hostinger-vendor.sh",
        "post-update-cmd": "bash bin/cleanup-hostinger-vendor.sh"
    },
    "require": {
        "automattic/jetpack-autoloader": "^5.0",
        "hostinger/hostinger-wp-menu-manager": "^1.2",
        "psr/container": "^2.0@dev",
        "hostinger/hostinger-wp-surveys": "^1.0",
        "hostinger/hostinger-wp-helper": "^1.0",
        "woocommerce/action-scheduler": "^3.9",
        "hostinger/hostinger-wp-amplitude": "^1.0"
    },
    "minimum-stability": "dev"
}
