Update Flex endpoint

This commit is contained in:
github-action bot
2021-09-22 13:12:29 +00:00
parent 6baa3d0e33
commit 030c77cfa8
561 changed files with 11464 additions and 11344 deletions
+32 -25
View File
@@ -1,20 +1,6 @@
{
"locks": {
"timiki/rpc-server-bundle": {
"version": "4.2",
"recipe": {
"repo": "4.2",
"branch": "master",
"version": "4.2",
"ref": "55f99c8a9901bcb5cbd75ab722c923dae9bfb4ef"
}
}
},
"manifests": {
"timiki/rpc-server-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "timiki/rpc-server-bundle",
"version": "4.2",
"manifest": {
"bundles": {
"Timiki\\Bundle\\RpcServerBundle\\RpcServerBundle": [
@@ -28,23 +14,44 @@
},
"files": {
"src/Method/.gitignore": {
"contents": "",
"executable": false,
"encoding": ""
"contents": [
""
],
"executable": false
},
"config/routes/rpc_server.yaml": {
"contents": "rpc:\n path: /rpc\n defaults: { _controller: RpcServerBundle:Rpc:handler }\n methods: [POST]\n",
"executable": false,
"encoding": ""
"contents": [
"rpc:",
" path: /rpc",
" defaults: { _controller: RpcServerBundle:Rpc:handler }",
" methods: [POST]",
""
],
"executable": false
},
"config/packages/rpc_server.yaml": {
"contents": "# Read the documentation: https://github.com/timiki/rpc-server-bundle\n\nrpc_server:\n\n mapping: '%kernel.project_dir%/src/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": ""
"contents": [
"# Read the documentation: https://github.com/timiki/rpc-server-bundle",
"",
"rpc_server:",
"",
" mapping: '%kernel.project_dir%/src/Method'",
"",
" # id cache service, must be instance of Doctrine\\Common\\Cache\\CacheProvider",
" # by default use file cache",
"",
" cache: null",
"",
" # id serializer service, must be instance of Timiki\\Bundle\\RpcServerBundle\\Serializer\\SerializerInterface",
" # by default use 'rpc.server.serializer.base' service",
"",
" serializer: 'rpc.server.serializer.base'",
""
],
"executable": false
}
},
"origin": "timiki/rpc-server-bundle:4.2@github.com/symfony/recipes-contrib:master",
"is_contrib": true
"ref": "55f99c8a9901bcb5cbd75ab722c923dae9bfb4ef"
}
}
}