{
    "name": "tebru/doctrine-annotation-reader",
    "description": "Provides a cleaner API for reading Doctrine annotations",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Nate Brunette",
            "email": "n@tebru.net"
        }
    ],
    "require": {
        "php": ">=7.1",
        "doctrine/annotations": "^1.2",
        "psr/simple-cache": "^1.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^7.0",
        "symfony/cache": "^4.0"
    },
    "autoload": {
        "psr-4": {
            "Tebru\\AnnotationReader\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Tebru\\AnnotationReader\\Test\\": "tests/"
        }
    }
}
