Add mapado/rest-client-sdk-bundle recipe

This commit is contained in:
Julien Deniau
2018-04-25 10:41:32 +02:00
parent 0ebd08256e
commit 3bcb8e8a2d
3 changed files with 16 additions and 0 deletions
@@ -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/'
@@ -0,0 +1,9 @@
{
"bundles": {
"Mapado\\RestClientSdkBundle\\MapadoRestClientSdkBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"src/": "%SRC_DIR%/"
}
}
@@ -0,0 +1 @@