{
    "name": "terminal42/service-annotation-bundle",
    "type": "symfony-bundle",
    "license": "MIT",
    "description": "Add service tags from class annotations",
    "require": {
        "php": "^7.1",
        "doctrine/annotations": "^1.6",
        "symfony/dependency-injection": "^4.0",
        "symfony/http-kernel": "^4.0"
    },
    "autoload": {
        "psr-4": {
            "Terminal42\\ServiceAnnotationBundle\\": "src/"
        }
    }
}
