Files
symfony-flex-recipes/symfony.routing.4.0.json
T
github-action botandgithub-action bot c8ac81cd2f Update Flex endpoint
2021-09-19 18:02:05 +00:00

42 lines
1.3 KiB
JSON

{
"locks": {
"symfony/routing": {
"version": "4.0",
"recipe": {
"repo": "4.0",
"branch": "master",
"version": "4.0",
"ref": "22715e3fd48c861b6390ccb16f3aa6d1cd6a58e5"
}
}
},
"manifests": {
"symfony/routing": {
"repository": "github.com/symfony/recipes",
"package": "symfony/routing",
"version": "4.0",
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"aliases": [
"router"
]
},
"files": {
"config/routes.yaml": {
"contents": "#index:\n# path: /\n# controller: App\\Controller\\DefaultController::index\n",
"executable": false,
"encoding": ""
},
"config/packages/prod/routing.yaml": {
"contents": "framework:\n router:\n strict_requirements: null\n",
"executable": false,
"encoding": ""
}
},
"origin": "symfony/routing:4.0@github.com/symfony/recipes:master",
"is_contrib": false
}
}
}