{
    "name": "gmostafa/php-graphql-client",
    "description": "GraphQL client and query builder.",
    "type": "library",
    "license": "MIT",
    "keywords": [
        "graphql",
        "graph-ql",
        "client",
        "php",
        "query-builder",
        "query",
        "builder"
    ],
    "authors": [
        {
            "name": "Mostafa Ghoneimy",
            "email": "emostafagh@gmail.com"
        }
    ],
    "autoload": {
        "psr-4": {
            "GraphQL\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "GraphQL\\Tests\\": "tests/"
        }
    },
    "require": {
        "php": "^7.1 || ^8.0",
        "ext-json": "*",
        "psr/http-message": "^1.0",
        "psr/http-client": "^1.0",
        "guzzlehttp/guzzle": "^6.3|^7.0.1"
    },
    "require-dev": {
        "phpunit/phpunit": "^7.5|^8.0|^9.0",
        "codacy/coverage": "^1.4",
        "aws/aws-sdk-php": "^3.186"
    },
    "conflict": {
        "guzzlehttp/psr7": "< 1.7.0"
    },
    "scripts": {
        "test": "phpunit tests/ --whitelist src/ --coverage-clover build/coverage/xml"
    },
    "suggest": {
        "aws/aws-sdk-php": "Move this package to require section to use AWS IAM authorization",
        "gmostafa/php-graphql-oqm": "To have object-to-query mapping support"
    }
}
