mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 11:06:41 +03:00
45 lines
1.7 KiB
JSON
45 lines
1.7 KiB
JSON
{
|
|
"locks": {
|
|
"troopers/mangopay-bundle": {
|
|
"version": "3.0",
|
|
"recipe": {
|
|
"repo": "3.0",
|
|
"branch": "master",
|
|
"version": "3.0",
|
|
"ref": "3d20e33c913b0a2dae803858c918c6ef9267074a"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"troopers/mangopay-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "troopers/mangopay-bundle",
|
|
"version": "3.0",
|
|
"manifest": {
|
|
"bundles": {
|
|
"Troopers\\MangopayBundle\\TroopersMangopayBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"TROOPERS_MANGOPAY_CLIENT_ID": "%generate(secret)%",
|
|
"TROOPERS_MANGOPAY_CLIENT_PASSWORD": "%generate(secret)%",
|
|
"TROOPERS_MANGOPAY_BASE_URL": "https://api.sandbox.mangopay.com"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/troopers_mangopay.yaml": {
|
|
"contents": "troopers_mangopay:\n client_id: \"%env(TROOPERS_MANGOPAY_CLIENT_ID)%\"\n client_password: \"%env(TROOPERS_MANGOPAY_CLIENT_PASSWORD)%\"\n base_url: \"%env(TROOPERS_MANGOPAY_BASE_URL)%\"\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "troopers/mangopay-bundle:3.0@github.com/symfony/recipes-contrib:master",
|
|
"not_installable": false,
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |