{
    "name": "api-platform/doctrine-odm",
    "description": "Doctrine MongoDB ODM bridge",
    "type": "library",
    "keywords": [
        "Doctrine",
        "ODM",
        "MongoDB",
        "API",
        "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.1",
        "api-platform/doctrine-common": "^3.4 || ^4.0",
        "api-platform/metadata": "^3.4 || ^4.0",
        "api-platform/state": "^3.4 || ^4.0",
        "doctrine/mongodb-odm": "^2.2",
        "symfony/property-info": "^6.4 || ^7.1"
    },
    "require-dev": {
        "api-platform/parameter-validator": "^3.2",
        "doctrine/doctrine-bundle": "^2.11",
        "doctrine/mongodb-odm-bundle": "^5.0",
        "phpspec/prophecy-phpunit": "^2.0",
        "phpunit/phpunit": "^10.0",
        "symfony/cache": "^6.4 || ^7.0",
        "symfony/framework-bundle": "^6.4 || ^7.0",
        "symfony/phpunit-bridge": "^6.4 || ^7.0",
        "symfony/property-access": "^6.4 || ^7.0",
        "symfony/serializer": "^6.4 || ^7.0",
        "symfony/uid": "^6.4 || ^7.0",
        "symfony/validator": "^6.4 || ^7.0",
        "symfony/yaml": "^6.4 || ^7.0"
    },
    "autoload": {
        "psr-4": {
            "ApiPlatform\\Doctrine\\Odm\\": ""
        }
    },
    "config": {
        "preferred-install": {
            "*": "dist"
        },
        "sort-packages": true,
        "allow-plugins": {
            "php-http/discovery": false
        }
    },
    "extra": {
        "branch-alias": {
            "dev-main": "4.0.x-dev",
            "dev-3.4": "3.4.x-dev"
        },
        "symfony": {
            "require": "^6.4 || ^7.1"
        },
        "thanks": {
            "name": "api-platform/api-platform",
            "url": "https://github.com/api-platform/api-platform"
        }
    },
    "scripts": {
        "test": "./vendor/bin/phpunit"
    }
}
