You've already forked symfony-recipes
removed abandonded bundles
This commit is contained in:
12
index.json
12
index.json
@@ -5,19 +5,13 @@
|
||||
],
|
||||
"magdev/redmine-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"magdev/sabre-dav-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"magdev/payrexx-bundle": [
|
||||
"0.1"
|
||||
]
|
||||
},
|
||||
"branch": "main",
|
||||
"is_contrib": true,
|
||||
"_links": {
|
||||
"repository": "laptop.local:4000/magdev/symfony-recipes",
|
||||
"origin_template": "{package}:{version}@laptop.local:4000/magdev/symfony-recipes:main",
|
||||
"recipe_template": "http://laptop.local:4000/api/v1/repos/magdev/symfony-recipes/contents/{package_dotted}.{version}.json"
|
||||
"repository": "pidock.local:3000/magdev/symfony-recipes",
|
||||
"origin_template": "{package}:{version}@pidock.local:3000/magdev/symfony-recipes:main",
|
||||
"recipe_template": "http://pidock.local:3000/api/v1/repos/magdev/symfony-recipes/contents/{package_dotted}.{version}.json"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user