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

42 lines
1.5 KiB
JSON

{
"locks": {
"symfony/routing": {
"version": "3.3",
"recipe": {
"repo": "3.3",
"branch": "master",
"version": "3.3",
"ref": "eb64cc2de2fa548a89fbf1446d37b391c9a9e936"
}
}
},
"manifests": {
"symfony/routing": {
"repository": "github.com/symfony/recipes",
"package": "symfony/routing",
"version": "3.3",
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"aliases": [
"router"
]
},
"files": {
"config/routes.yaml": {
"contents": "# This file is the entry point to configure your own HTTP routes.\n# Files in the routes/ subdirectory configure the routes for your dependencies.\n\n#index:\n# path: /\n# defaults: { _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:3.3@github.com/symfony/recipes:master",
"is_contrib": false
}
}
}