mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
48 lines
1.7 KiB
JSON
48 lines
1.7 KiB
JSON
{
|
|
"locks": {
|
|
"mapado/rest-client-sdk-bundle": {
|
|
"version": "0.24",
|
|
"recipe": {
|
|
"repo": "0.24",
|
|
"branch": "master",
|
|
"version": "0.24",
|
|
"ref": "78a3b4f36cb126099ac4bcd08b5276313d4c3ed1"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"mapado/rest-client-sdk-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "mapado/rest-client-sdk-bundle",
|
|
"version": "0.24",
|
|
"manifest": {
|
|
"bundles": {
|
|
"Mapado\\RestClientSdkBundle\\MapadoRestClientSdkBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/",
|
|
"src/": "%SRC_DIR%/"
|
|
},
|
|
"env": {
|
|
"MAPADO_REST_CLIENT_SDK_SERVER_URL": "https://my-api.com:8080"
|
|
}
|
|
},
|
|
"files": {
|
|
"src/Entity/.gitignore": {
|
|
"contents": "\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
},
|
|
"config/packages/mapado_rest_client_sdk.yaml": {
|
|
"contents": "mapado_rest_client_sdk:\n entity_managers:\n foo:\n server_url: '%env(MAPADO_REST_CLIENT_SDK_SERVER_URL)%'\n mappings:\n dir: '%kernel.project_dir%/src/Entity/'\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "mapado/rest-client-sdk-bundle:0.24@github.com/symfony/recipes-contrib:master",
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |