{
    "repositories": [
        {
            "type": "vcs",
            "url": "git@github.com:hostinger/hostinger-wp-menu-manager.git"
        },
        {
            "type": "vcs",
            "url": "git@github.com:hostinger/hostinger-wp-helper.git"
        },
        {
            "type": "vcs",
            "url": "git@github.com:hostinger/hostinger-wp-surveys.git"
        }
    ],
    "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
        }
    },
    "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"
    },
    "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"
    },
    "minimum-stability": "dev"
}
