removed abandonded bundles

This commit is contained in:
2024-06-01 20:41:23 +02:00
parent ce9483f5d5
commit 4d4a1fe5da
3 changed files with 3 additions and 64 deletions

View File

@@ -5,19 +5,13 @@
], ],
"magdev/redmine-bundle": [ "magdev/redmine-bundle": [
"1.0" "1.0"
],
"magdev/sabre-dav-bundle": [
"1.0"
],
"magdev/payrexx-bundle": [
"0.1"
] ]
}, },
"branch": "main", "branch": "main",
"is_contrib": true, "is_contrib": true,
"_links": { "_links": {
"repository": "laptop.local:4000/magdev/symfony-recipes", "repository": "pidock.local:3000/magdev/symfony-recipes",
"origin_template": "{package}:{version}@laptop.local:4000/magdev/symfony-recipes:main", "origin_template": "{package}:{version}@pidock.local:3000/magdev/symfony-recipes:main",
"recipe_template": "http://laptop.local:4000/api/v1/repos/magdev/symfony-recipes/contents/{package_dotted}.{version}.json" "recipe_template": "http://pidock.local:3000/api/v1/repos/magdev/symfony-recipes/contents/{package_dotted}.{version}.json"
} }
} }

View File

@@ -1,30 +0,0 @@
{
"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"
}
}
}

View File

@@ -1,25 +0,0 @@
{
"manifests": {
"magdev/sabre-dav-bundle": {
"manifest": {
"bundles": {
"Magdev\\SabreDavBundle\\MagdevSabreDavBundle": [
"all"
]
}
},
"files": {
"config/packages/magdev_sabre_dav.yaml": {
"contents": [
"magdev_sabre_dav:",
"server:",
"root_directory: %kernel.project_dir%/dav",
""
],
"executable": false
}
},
"ref": "5372fac012e19a0afcd62e038a172b4a53626712"
}
}
}