Files
symfony-flex-recipes-contrib/mapado.rest-client-sdk-bundle.0.24.json
T
github-action botandgithub-action bot 7fa28e54e3 Update Flex endpoint
2021-09-19 15:44:29 +00:00

49 lines
1.8 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",
"not_installable": false,
"is_contrib": true
}
}
}