{
    "name": "phpdocumentor/reflection",
    "description": "Reflection library to do Static Analysis for PHP Projects",
    "keywords": ["phpdoc", "phpDocumentor", "reflection", "static analysis"],
    "homepage": "http://www.phpdoc.org",
    "license": "MIT",
    "autoload": {
        "psr-4": {
            "phpDocumentor\\": "src/phpDocumentor"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "phpDocumentor\\": [
                "tests/integration/",
                "tests/unit/phpDocumentor",
                "tests/bench/"
            ]
        }
    },
    "require": {
        "php": ">=7.2",
        "psr/log": "~1.0",
        "nikic/php-parser": "^4.0",
        "phpdocumentor/reflection-docblock": "^5",
        "phpdocumentor/reflection-common": "^2.0",
        "phpdocumentor/type-resolver": "^1.0",
        "webmozart/assert": "^1.0"
    },
    "require-dev": {
        "mockery/mockery": "~1.0",
        "mikey179/vfsstream": "~1.2"
    },
    "extra": {
        "branch-alias": {
            "dev-4.x": "4.1.x-dev"
        }
    }
}
