diff --git a/RECIPES.md b/RECIPES.md index 550f16cb..fd2914e6 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -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) | diff --git a/archived/timiki.rpc-server-bundle/360274d492d94224fa5f892e63f195b22a85a0a0.json b/archived/timiki.rpc-server-bundle/360274d492d94224fa5f892e63f195b22a85a0a0.json new file mode 100644 index 00000000..31a6170f --- /dev/null +++ b/archived/timiki.rpc-server-bundle/360274d492d94224fa5f892e63f195b22a85a0a0.json @@ -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" + } + } +} diff --git a/index.json b/index.json index 36132c94..06d8d24f 100644 --- a/index.json +++ b/index.json @@ -1656,7 +1656,8 @@ ], "timiki/rpc-server-bundle": [ "4.0", - "4.2" + "4.2", + "5.0" ], "toiba/fullcalendar-bundle": [ "6.2" diff --git a/timiki.rpc-server-bundle.5.0.json b/timiki.rpc-server-bundle.5.0.json new file mode 100644 index 00000000..31a6170f --- /dev/null +++ b/timiki.rpc-server-bundle.5.0.json @@ -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" + } + } +}