{
  "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",
    "COMMON"
  ],
  "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/state": "*@dev || ^3.1",
    "api-platform/metadata": "*@dev || ^3.1"
  },
  "require-dev": {
    "symfony/phpunit-bridge": "^6.1",
    "phpstan/phpdoc-parser": "^1.16",
    "symfony/routing": "^6.1",
    "symfony/yaml": "^6.1",
    "symfony/config": "^6.1",
    "doctrine/orm": "^2.14",
    "doctrine/mongodb-odm": "^2.2",
    "doctrine/mongodb-odm-bundle": "^4.0",
    "doctrine/common": "^3.2.2",
    "phpspec/prophecy-phpunit": "^2.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."
  },
  "autoload": {
    "psr-4": {
      "ApiPlatform\\Doctrine\\Common\\": ""
    }
  },
  "config": {
    "preferred-install": {
      "*": "dist"
    },
    "sort-packages": true
  },
  "extra": {
    "branch-alias": {
      "dev-main": "3.2.x-dev"
    },
    "symfony": {
      "require": "^6.1"
    }
  },
  "repositories": [
      {
          "type": "path",
          "url": "../../Metadata"
      },
      {
          "type": "path",
          "url": "../../State"
      }
  ]
}
