{
    "name": "api-platform/doctrine-common",
    "description": "Common files used by api-platform/doctrine-orm and api-platform/doctrine-odm",
    "type": "library",
    "keywords": [
        "doctrine",
        "orm",
        "odm",
        "REST",
        "GraphQL"
    ],
    "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.2",
        "api-platform/metadata": "^4.2.6",
        "api-platform/state": "^4.2.4",
        "doctrine/collections": "^2.1",
        "doctrine/common": "^3.2.2",
        "doctrine/persistence": "^3.2 || ^4.0"
    },
    "require-dev": {
        "doctrine/mongodb-odm": "^2.10",
        "doctrine/orm": "^2.17 || ^3.0",
        "phpspec/prophecy-phpunit": "^2.2",
        "phpunit/phpunit": "^12.2",
        "symfony/type-info": "^7.3 || ^8.0"
    },
    "conflict": {
        "doctrine/persistence": "<1.3"
    },
    "suggest": {
        "phpstan/phpdoc-parser": "For PHP documentation support.",
        "symfony/yaml": "For YAML resource configuration.",
        "symfony/config": "For XML resource configuration.",
        "api-platform/http-cache": "For HTTP cache invalidation.",
        "api-platform/graphql": "For GraphQl mercure subscriptions.",
        "symfony/mercure-bundle": "For mercure updates publisher."
    },
    "autoload": {
        "psr-4": {
            "ApiPlatform\\Doctrine\\Common\\": ""
        }
    },
    "config": {
        "preferred-install": {
            "*": "dist"
        },
        "sort-packages": true
    },
    "extra": {
        "branch-alias": {
            "dev-main": "4.4.x-dev",
            "dev-4.2": "4.2.x-dev",
            "dev-3.4": "3.4.x-dev",
            "dev-4.1": "4.1.x-dev"
        },
        "symfony": {
            "require": "^6.4 || ^7.0 || ^8.0"
        },
        "thanks": {
            "name": "api-platform/api-platform",
            "url": "https://github.com/api-platform/api-platform"
        }
    },
    "scripts": {
        "test": "./vendor/bin/phpunit"
    },
    "minimum-stability": "beta",
    "prefer-stable": true
}
