{
    "name": "api-platform/graphql",
    "description": "Build GraphQL API endpoints",
    "type": "library",
    "keywords": [
        "GraphQL",
        "API"
    ],
    "homepage": "https://api-platform.com",
    "license": "MIT",
    "authors": [
        {
            "name": "Kévin Dunglas",
            "email": "kevin@dunglas.fr",
            "homepage": "https://dunglas.fr"
        },
        {
            "name": "API Platform Community",
            "homepage": "https://api-platform.com/community/contributors"
        }
    ],
    "require": {
        "php": ">=8.1",
        "api-platform/metadata": "*@dev || ^3.1",
        "api-platform/serializer": "*@dev || ^3.1",
        "api-platform/state": "*@dev || ^3.1",
        "symfony/property-info": "^6.1",
        "symfony/serializer": "^6.1",
        "webonyx/graphql-php": "^14.0 || ^15.0",
        "willdurand/negotiation": "^3.1"
    },
    "require-dev": {
        "phpspec/prophecy-phpunit": "^2.0",
        "api-platform/symfony": "*@dev || ^3.1",
        "api-platform/validator": "*@dev || ^3.1",
        "twig/twig": "^3.7",
        "symfony/mercure-bundle": "*",
        "symfony/phpunit-bridge": "^6.1",
        "symfony/routing": "^6.1",
        "symfony/validator": "^6.1"
    },
    "autoload": {
        "psr-4": {
            "ApiPlatform\\GraphQl\\": ""
        },
        "exclude-from-classmap": [
            "/Tests/"
        ]
    },
    "config": {
        "preferred-install": {
            "*": "dist"
        },
        "sort-packages": true,
        "allow-plugins": {
            "composer/package-versions-deprecated": true,
            "phpstan/extension-installer": true
        }
    },
    "extra": {
        "branch-alias": {
            "dev-main": "3.2.x-dev"
        },
        "symfony": {
            "require": "^6.1"
        }
    },
    "repositories": [
        {
            "type": "path",
            "url": "../Metadata"
        },
        {
            "type": "path",
            "url": "../State"
        },
        {
            "type": "path",
            "url": "../Serializer"
        },
        {
            "type": "path",
            "url": "../Symfony"
        },
        {
            "type": "path",
            "url": "../Validator"
        }
    ]
}
