{ "manifests": { "insidestyles/json-rpc-bundle": { "manifest": { "bundles": { "Insidestyles\\JsonRpcBundle\\JsonRpcBundle": [ "all" ] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/" } }, "files": { "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 }, "config/routes/json_rpc_api_routing.yaml": { "contents": [ "_json_rpc_api:", " resource: .", " type: json_rpc_api", "" ], "executable": false } }, "ref": "519602df87313d1b9bf784b8a4062cbc804a92b4" } } }