Files
symfony-flex-recipes-contrib/insidestyles.json-rpc-bundle.2.0.json
T
github-action botandgithub-action bot 030c77cfa8 Update Flex endpoint
2021-09-22 13:12:29 +00:00

48 lines
1.7 KiB
JSON

{
"manifests": {
"insidestyles/json-rpc-bundle": {
"manifest": {
"bundles": {
"Insidestyles\\JsonRpcBundle\\JsonRpcBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/routes/json_rpc_api_routing.yaml": {
"contents": [
"_json_rpc_api:",
" resource: .",
" type: json_rpc_api",
""
],
"executable": false
},
"config/packages/json_rpc_api.yaml": {
"contents": [
"json_rpc_api:",
" handlers:",
" auth:",
" path: /auth",
" host: null",
" serializer: null",
" logger: null",
" annotation: null",
" main:",
" path: /api/v1",
" host: null",
" serializer: null",
" logger: null",
" annotation: null",
""
],
"executable": false
}
},
"ref": "519602df87313d1b9bf784b8a4062cbc804a92b4"
}
}
}