{
    "name":              "ivome/graphql-relay-php",
    "description":       "A PHP port of GraphQL Relay reference implementation",
    "type":              "library",
    "license":           "BSD-3-Clause",
    "homepage":          "https://github.com/ivome/graphql-relay-php",
    "keywords":          [
        "graphql",
        "relay",
        "API"
    ],
    "require": {
        "php": "^7.1 || ^8.0",
        "webonyx/graphql-php": "^14.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
        "satooshi/php-coveralls": "~1.0"
    },
    "config": {
        "bin-dir": "bin"
    },
    "autoload": {
        "classmap": [
            "src/"
        ]
    },
    "autoload-dev": {
        "classmap": [
            "tests/"
        ],
        "files": [
        ]
    }
}
