removed bundles of Zerafim

This commit is contained in:
2023-08-26 05:43:34 +02:00
parent b546321a2d
commit ce9483f5d5
2 changed files with 0 additions and 35 deletions

View File

@@ -11,9 +11,6 @@
],
"magdev/payrexx-bundle": [
"0.1"
],
"magdev/btcpayserver-bundle": [
"0.1"
]
},
"branch": "main",

View File

@@ -1,32 +0,0 @@
{
"manifests": {
"magdev/btcpayserver-bundle": {
"manifest": {
"bundles": {
"Magdev\\BtcPayserverBundle\\MagdevBtcPayserverBundle": [
"all"
]
},
"env": {
"#1": "Configure your BTCpayserver instance details",
"#2": "BTCPAYSERVER_URL=<btcpayserver-url>",
"#3": "BTCPAYSERVER_APIKEY=<btcpayserver-apikey>"
}
},
"files": {
"config/packages/magdev_btcpayserver.yaml": {
"contents": [
"magdev_btcpayserver:",
"connections:",
"default:",
"url: '%env(BTCPAYSERVER_URL)%'",
"apikey: '%env(BTCPAYSERVER_APIKEY)%'",
""
],
"executable": false
}
},
"ref": "f989fdd7124ff7c9c2d1b62f622f4415906d3bc3"
}
}
}