From 3bcb8e8a2dc5818eef3d12c8b50348166d1fdde5 Mon Sep 17 00:00:00 2001 From: Julien Deniau Date: Wed, 25 Apr 2018 09:41:20 +0200 Subject: [PATCH] Add mapado/rest-client-sdk-bundle recipe --- .../0.24/config/packages/mapado_rest_client_sdk.yaml | 6 ++++++ mapado/rest-client-sdk-bundle/0.24/manifest.json | 9 +++++++++ mapado/rest-client-sdk-bundle/0.24/src/Entity/.gitignore | 1 + 3 files changed, 16 insertions(+) create mode 100644 mapado/rest-client-sdk-bundle/0.24/config/packages/mapado_rest_client_sdk.yaml create mode 100644 mapado/rest-client-sdk-bundle/0.24/manifest.json create mode 100644 mapado/rest-client-sdk-bundle/0.24/src/Entity/.gitignore diff --git a/mapado/rest-client-sdk-bundle/0.24/config/packages/mapado_rest_client_sdk.yaml b/mapado/rest-client-sdk-bundle/0.24/config/packages/mapado_rest_client_sdk.yaml new file mode 100644 index 00000000..13d57ec6 --- /dev/null +++ b/mapado/rest-client-sdk-bundle/0.24/config/packages/mapado_rest_client_sdk.yaml @@ -0,0 +1,6 @@ +mapado_rest_client_sdk: + entity_managers: + foo: + server_url: 'https://my-api.com:8080' + mappings: + dir: '%kernel.project_dir%/src/Entity/' diff --git a/mapado/rest-client-sdk-bundle/0.24/manifest.json b/mapado/rest-client-sdk-bundle/0.24/manifest.json new file mode 100644 index 00000000..c30b128b --- /dev/null +++ b/mapado/rest-client-sdk-bundle/0.24/manifest.json @@ -0,0 +1,9 @@ +{ + "bundles": { + "Mapado\\RestClientSdkBundle\\MapadoRestClientSdkBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/" + } +} diff --git a/mapado/rest-client-sdk-bundle/0.24/src/Entity/.gitignore b/mapado/rest-client-sdk-bundle/0.24/src/Entity/.gitignore new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/mapado/rest-client-sdk-bundle/0.24/src/Entity/.gitignore @@ -0,0 +1 @@ +