mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-20 20:06:30 +03:00
50 lines
2.0 KiB
JSON
50 lines
2.0 KiB
JSON
{
|
|
"locks": {
|
|
"otobul/epaybg-bundle": {
|
|
"version": "1.0",
|
|
"recipe": {
|
|
"repo": "1.0",
|
|
"branch": "master",
|
|
"version": "1.0",
|
|
"ref": "d1f0d9124921836288cb9d1b1147fde4d918ec58"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"otobul/epaybg-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "otobul/epaybg-bundle",
|
|
"version": "1.0",
|
|
"manifest": {
|
|
"bundles": {
|
|
"Otobul\\EpaybgBundle\\OtobulEpaybgBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"OTOBUL_EPAYBG_MIN": "YOUR_EPAYBG_MIN",
|
|
"OTOBUL_EPAYBG_SECRET": "YOUR_EPAYBG_SECRET",
|
|
"OTOBUL_EPAYBG_IS_DEMO": "true"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/routes/otobul_epaybg.yaml": {
|
|
"contents": "otobul_epaybg:\n resource: '@OtobulEpaybgBundle/Resources/config/routes.xml'\n prefix: /webhook/epaybg\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
},
|
|
"config/packages/otobul_epaybg.yaml": {
|
|
"contents": "otobul_epaybg:\n # Identification number of the merchant\n min: '%env(OTOBUL_EPAYBG_MIN)%'\n\n # The secret word of the merchant\n secret: '%env(OTOBUL_EPAYBG_SECRET)%'\n\n # If true all requests will be sent to ePay.bg\u2019s Demo System\n isDemo: '%env(bool:OTOBUL_EPAYBG_IS_DEMO)%'\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "otobul/epaybg-bundle:1.0@github.com/symfony/recipes-contrib:master",
|
|
"not_installable": false,
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |