Files
symfony-flex-recipes/doctrine.annotations.1.0.json
T
github-action botandgithub-action bot c52f4eb34d Update Flex endpoint
2021-09-19 15:27:48 +00:00

35 lines
1.1 KiB
JSON

{
"locks": {
"doctrine/annotations": {
"version": "1.0",
"recipe": {
"repo": "1.0",
"branch": "master",
"version": "1.0",
"ref": "a2759dd6123694c8d901d0ec80006e044c2e6457"
}
}
},
"manifests": {
"doctrine/annotations": {
"repository": "github.com/symfony/recipes",
"package": "doctrine/annotations",
"version": "1.0",
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/routes/annotations.yaml": {
"contents": "controllers:\n resource: ../../src/Controller/\n type: annotation\n\nkernel:\n resource: ../../src/Kernel.php\n type: annotation\n",
"executable": false,
"encoding": ""
}
},
"origin": "doctrine/annotations:1.0@github.com/symfony/recipes:master",
"not_installable": false,
"is_contrib": false
}
}
}