{
    "name": "silverstripe/graphql",
    "description": "GraphQL server for SilverStripe models and other data",
    "type": "silverstripe-vendormodule",
    "license": "BSD-3-Clause",
    "require": {
        "silverstripe/framework": "^4.2",
        "silverstripe/vendor-plugin": "^1.0",
        "webonyx/graphql-php": "~0.12.6"
    },
    "require-dev": {
        "phpunit/phpunit": "^5.7",
        "sminnee/phpunit-mock-objects": "^3.4.5",
        "squizlabs/php_codesniffer": "^3.0"
    },
    "autoload": {
        "psr-4": {
            "SilverStripe\\GraphQL\\": "src/",
            "SilverStripe\\GraphQL\\Tests\\": "tests/"
        }
    },
    "config": {
        "process-timeout": 600
    },
    "scripts": {
        "lint": "vendor/bin/phpcs src/ tests/",
        "lint-clean": "vendor/bin/phpcbf src/ tests/"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "suggest": {
        "silverstripe/graphql-devtools": "Adds in-browser tools for testing and debugging GraphQL queries",
        "silverstripe/assets": "Allows schema to be cached in the filesystem."
    }
}
