mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-14 08:36:34 +03:00
50 lines
2.1 KiB
JSON
50 lines
2.1 KiB
JSON
{
|
|
"locks": {
|
|
"timiki/rpc-server-bundle": {
|
|
"version": "4.0",
|
|
"recipe": {
|
|
"repo": "4.0",
|
|
"branch": "master",
|
|
"version": "4.0",
|
|
"ref": "ec7efbddd11341ae51ed0b132dbae54659667ca5"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"timiki/rpc-server-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "timiki/rpc-server-bundle",
|
|
"version": "4.0",
|
|
"manifest": {
|
|
"bundles": {
|
|
"Timiki\\Bundle\\RpcServerBundle\\RpcServerBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/",
|
|
"src/": "%SRC_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"src/Method/.gitignore": {
|
|
"contents": "",
|
|
"executable": false,
|
|
"encoding": ""
|
|
},
|
|
"config/routes/rpc_server.yaml": {
|
|
"contents": "rpc:\n path: /rpc\n defaults: { _controller: RpcServerBundle:Rpc:handler }\n methods: [POST]\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
},
|
|
"config/packages/rpc_server.yaml": {
|
|
"contents": "# Read the documentation: https://github.com/timiki/rpc-server-bundle\n\nrpc_server:\n\n mapping: '%kernel.root_dir%/Method'\n\n # id cache service, must be instance of Doctrine\\Common\\Cache\\CacheProvider\n # by default use file cache\n\n cache: null\n\n # id serializer service, must be instance of Timiki\\Bundle\\RpcServerBundle\\Serializer\\SerializerInterface\n # by default use 'rpc.server.serializer.base' service\n\n serializer: 'rpc.server.serializer.base'\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "timiki/rpc-server-bundle:4.0@github.com/symfony/recipes-contrib:master",
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |