{
    "name": "pantheon-systems/pantheon-wordpress-edge-integrations",
    "description": "WordPress plugin to support Pantheon Edge Integrations and personalization features",
    "type": "wordpress-plugin",
    "license": "MIT",
    "minimum-stability": "dev",
    "prefer-stable": true,
    "repositories": [
        {
            "type": "path",
            "url": "packages/*",
            "symlink": true
        },
        {
            "type": "composer",
            "url": "https://packagist.org"
        },
        {
            "type": "git",
            "url": "https://github.com/wordpress/wordpress-develop.git"
        }
    ],
    "require": {
        "pantheon-systems/pantheon-edge-integrations": "^v1.1.0-alpha1"
    },
    "require-dev": {
        "consolidation/robo": "^3.0",
        "humanmade/coding-standards": "^1.1",
        "wp-coding-standards/wpcs": "2.3.0 as 2.2.1",
        "phpunit/phpunit": "^9.5",
        "yoast/phpunit-polyfills": "^1.0",
        "ironbound/wp-rest-api-schema-validator": "dev-master"
    },
    "autoload": {
        "files": [
            "inc/admin.php",
            "inc/analytics.php",
            "inc/api.php",
            "inc/geo.php",
            "inc/interest.php",
            "inc/namespace.php"
        ]
    },
    "scripts": {
        "release:pre": "bash scripts/pre-release",
        "release:post": "bash scripts/post-release",
        "lint:php": "find ./pantheon-wordpress-edge-integrations.php ./inc ./tests  -name '*.php' -exec php -l {} \\;",
        "lint:phpcs": "vendor/bin/phpcs -s --standard=phpcs.ruleset.xml .",
        "lint:phpcbf": "vendor/bin/phpcbf -s --standard=phpcs.ruleset.xml .",
        "lint": "composer lint:php && composer lint:phpcs",
        "test:unit": "vendor/bin/phpunit -c phpunit.xml",
        "test:install-wp-unit": "bin/install-wp-tests.sh test-db root '' 127.0.0.1 latest",
        "test:base": "vendor/bin/phpunit -c phpunit.xml --group wp",
        "test:api": "vendor/bin/phpunit -c phpunit.xml --group wp-api",
        "test:geo": "vendor/bin/phpunit -c phpunit.xml --group wp-geo",
        "test:interest": "vendor/bin/phpunit -c phpunit.xml --group wp-interest",
        "test": "bash scripts/test"
    },
    "config": {
        "allow-plugins": {
            "dealerdirect/phpcodesniffer-composer-installer": true
        }
    }
}
