Config File for OctoPower #1
Llewellyn
commented 2024-06-25 13:25:36 +00:00
Owner
```json
{
"global": {
"api": "https://git.vdm.dev/api/v1",
"url": "git.vdm.dev"
},
"package": {
"name": "vdm/gitea",
"code_name": "vdm_gitea",
"type": "library",
"description": "VDM Gitea Library",
"homepage": "https://git.vdm.dev/joomla/vdm-gitea",
"keywords": ["VDM", "Gitea", "SuperPower"],
"license": "GNU General Public License version 2 or later",
"php": "^8.1.0",
"version": "3.2.2",
"joomla_framework": "^3.0",
"author": "Llewellyn van der Merwe",
"author_email": "joomla@vdm.io",
"author_url": "https://io.vdm.dev"
},
"repository": {
"owner": "joomla",
"repo": "vdm-gitea",
"replace" : {
"VDM\\Joomla" : "VastDevelopmentMethod\\Gitea\\Joomla",
"@package Joomla.Component.Builder" : "@package vdm/gitea",
"@git Joomla Component Builder <https://git.vdm.dev/joomla/Component-Builder>" : "@git VDM Gitea Library <https://git.vdm.dev/joomla/vdm-gitea>"
}
},
"repositories": [
{
"owner": "joomla",
"repo": "super-powers"
},
{
"owner": "joomla",
"repo": "gitea"
}
],
"powers": [
"4612af84-5a42-4ea5-87bf-9d79cc19c330", "// abstract Gitea class Factory"
],
"exclude_powers": [
"9d76b8dc-3883-4755-b11c-131d19ca8a53", "// abstract Data class Factory"
]
}
```
Llewellyn
pinned this 2024-06-25 13:25:40 +00:00
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?