{
    "name": "drupal/core-annotation",
    "description": "Annotation discovery and implementation of plugins.",
    "keywords": [
        "drupal"
    ],
    "homepage": "https://www.drupal.org/project/drupal",
    "license": "GPL-2.0-or-later",
    "require": {
        "php": ">=8.3.0",
        "doctrine/annotations": "^2.0",
        "doctrine/lexer": "^2.0",
        "drupal/core-class-finder": "^11.2",
        "drupal/core-file-cache": "^11.2",
        "drupal/core-plugin": "^11.2",
        "drupal/core-utility": "^11.2"
    },
    "autoload": {
        "psr-4": {
            "Drupal\\Component\\Annotation\\": ""
        }
    },
    "extra": {
        "_readme": [
            "This file was partially generated automatically. See: https://www.drupal.org/node/3293830"
        ]
    },
    "minimum-stability": "dev"
}
