mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-14 08:36:34 +03:00
Update Flex endpoint
This commit is contained in:
+1
-1
@@ -525,7 +525,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
|
||||
| [tilleuls/sylius-quick-import-plugin](https://packagist.org/packages/tilleuls/sylius-quick-import-plugin) | [0.1](tilleuls/sylius-quick-import-plugin/0.1) |
|
||||
| [tilleuls/url-signer-bundle](https://packagist.org/packages/tilleuls/url-signer-bundle) | [1.0](tilleuls/url-signer-bundle/1.0) |
|
||||
| [timiki/rpc-client-bundle](https://packagist.org/packages/timiki/rpc-client-bundle) | [4.0](timiki/rpc-client-bundle/4.0) |
|
||||
| [timiki/rpc-server-bundle](https://packagist.org/packages/timiki/rpc-server-bundle) | [4.2](timiki/rpc-server-bundle/4.2) |
|
||||
| [timiki/rpc-server-bundle](https://packagist.org/packages/timiki/rpc-server-bundle) | [5.0](timiki/rpc-server-bundle/5.0) |
|
||||
| [toiba/fullcalendar-bundle](https://packagist.org/packages/toiba/fullcalendar-bundle) | [6.2](toiba/fullcalendar-bundle/6.2) |
|
||||
| [trikoder/oauth2-bundle](https://packagist.org/packages/trikoder/oauth2-bundle) | [3.0](trikoder/oauth2-bundle/3.0) |
|
||||
| [troopers/alertify-bundle](https://packagist.org/packages/troopers/alertify-bundle) | [3.0](troopers/alertify-bundle/3.0) |
|
||||
|
||||
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"manifests": {
|
||||
"timiki/rpc-server-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Timiki\\Bundle\\RpcServerBundle\\RpcServerBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/",
|
||||
"src/": "%SRC_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/rpc_server.yaml": {
|
||||
"contents": [
|
||||
"# Read the documentation: https://github.com/timiki/rpc-server-bundle",
|
||||
"",
|
||||
"rpc_server:",
|
||||
"",
|
||||
" mapping: '%kernel.project_dir%/src/Method'",
|
||||
"",
|
||||
" # id cache service, must be instanced of Psr\\Cache\\CacheItemPoolInterface",
|
||||
" # by default use file cache",
|
||||
"",
|
||||
" cache: null",
|
||||
"",
|
||||
" # id serializer service, must be instanced of Timiki\\Bundle\\RpcServerBundle\\Serializer\\SerializerInterface",
|
||||
" # by default use 'rpc.server.serializer.base' service",
|
||||
"",
|
||||
" serializer: null",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/rpc_server.yaml": {
|
||||
"contents": [
|
||||
"rpc:",
|
||||
" path: /rpc",
|
||||
" defaults: { _controller: Timiki\\Bundle\\RpcServerBundle\\Controller\\RpcController::handlerAction }",
|
||||
" methods: [ POST ]",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Method/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "360274d492d94224fa5f892e63f195b22a85a0a0"
|
||||
}
|
||||
}
|
||||
}
|
||||
+2
-1
@@ -1656,7 +1656,8 @@
|
||||
],
|
||||
"timiki/rpc-server-bundle": [
|
||||
"4.0",
|
||||
"4.2"
|
||||
"4.2",
|
||||
"5.0"
|
||||
],
|
||||
"toiba/fullcalendar-bundle": [
|
||||
"6.2"
|
||||
|
||||
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"manifests": {
|
||||
"timiki/rpc-server-bundle": {
|
||||
"manifest": {
|
||||
"bundles": {
|
||||
"Timiki\\Bundle\\RpcServerBundle\\RpcServerBundle": [
|
||||
"all"
|
||||
]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/",
|
||||
"src/": "%SRC_DIR%/"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"config/packages/rpc_server.yaml": {
|
||||
"contents": [
|
||||
"# Read the documentation: https://github.com/timiki/rpc-server-bundle",
|
||||
"",
|
||||
"rpc_server:",
|
||||
"",
|
||||
" mapping: '%kernel.project_dir%/src/Method'",
|
||||
"",
|
||||
" # id cache service, must be instanced of Psr\\Cache\\CacheItemPoolInterface",
|
||||
" # by default use file cache",
|
||||
"",
|
||||
" cache: null",
|
||||
"",
|
||||
" # id serializer service, must be instanced of Timiki\\Bundle\\RpcServerBundle\\Serializer\\SerializerInterface",
|
||||
" # by default use 'rpc.server.serializer.base' service",
|
||||
"",
|
||||
" serializer: null",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/routes/rpc_server.yaml": {
|
||||
"contents": [
|
||||
"rpc:",
|
||||
" path: /rpc",
|
||||
" defaults: { _controller: Timiki\\Bundle\\RpcServerBundle\\Controller\\RpcController::handlerAction }",
|
||||
" methods: [ POST ]",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/Method/.gitignore": {
|
||||
"contents": [
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "360274d492d94224fa5f892e63f195b22a85a0a0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user