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

47 lines
1.8 KiB
JSON

{
"locks": {
"symfony/routing": {
"version": "5.1",
"recipe": {
"repo": "5.1",
"branch": "master",
"version": "5.1",
"ref": "8c5b5f86ec3e4547cec9a3ae30c3b40ae51cab1f"
}
}
},
"manifests": {
"symfony/routing": {
"repository": "github.com/symfony/recipes",
"package": "symfony/routing",
"version": "5.1",
"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": ""
},
"config/packages/routing.yaml": {
"contents": "framework:\n router:\n utf8: true\n\n # Configure how to generate URLs in non-HTTP contexts, such as CLI commands.\n # See https://symfony.com/doc/current/routing.html#generating-urls-in-commands\n #default_uri: http://localhost\n",
"executable": false,
"encoding": ""
}
},
"origin": "symfony/routing:5.1@github.com/symfony/recipes:master",
"is_contrib": false
}
}
}