You've already forked symfony-recipes
added payrexx-bundle
This commit is contained in:
@@ -5,6 +5,9 @@
|
|||||||
],
|
],
|
||||||
"magdev/sabre-dav-bundle": [
|
"magdev/sabre-dav-bundle": [
|
||||||
"1.0"
|
"1.0"
|
||||||
|
],
|
||||||
|
"magdev/payrexx-bundle": [
|
||||||
|
"0.1"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"branch": "main",
|
"branch": "main",
|
||||||
|
|||||||
30
magdev.payrexx-bundle.0.1.json
Normal file
30
magdev.payrexx-bundle.0.1.json
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
"manifests": {
|
||||||
|
"magdev/payrexx-bundle": {
|
||||||
|
"manifest": {
|
||||||
|
"bundles": {
|
||||||
|
"Magdev\\PayrexxBundle\\MagdevPayrexxBundle": [
|
||||||
|
"all"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"env": {
|
||||||
|
"#1": "Configure your Payrexx instance details",
|
||||||
|
"#2": "PAYREXX_INSTANCE=<instance-name>",
|
||||||
|
"#3": "PAYREXX_API_SECRET=<payrexx-api-secret>"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"files": {
|
||||||
|
"config/packages/magdev_gitea.yaml": {
|
||||||
|
"contents": [
|
||||||
|
"magdev_payrexx:",
|
||||||
|
"instance: '%env(PAYREXX_INSTANCE)%'",
|
||||||
|
"secret: '%env(PAYREXX_API_SECRET)%'",
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"executable": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ref": "f989fdd7124ff7c9c2d1b62f622f4415906dcd45"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user