Config File for OctoPower #1
Llewellyn
commented 2024-06-25 12:59:03 +00:00
Owner
```json
{
"global": {
"api": "https://git.vdm.dev/api/v1",
"url": "git.vdm.dev"
},
"package": {
"name": "vdm/data",
"code_name": "vdm_data",
"type": "library",
"description": "VDM Data Library",
"homepage": "https://git.vdm.dev/joomla/vdm-data",
"keywords": ["VDM", "Data", "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-data",
"replace" : {
"VDM\\Joomla" : "VastDevelopmentMethod\\Joomla",
"@package Joomla.Component.Builder" : "@package vdm/data",
"@git Joomla Component Builder <https://git.vdm.dev/joomla/Component-Builder>" : "@git VDM Data Library <https://git.vdm.dev/joomla/vdm-data>"
}
},
"repositories": [
{
"owner": "joomla",
"repo": "super-powers"
}
],
"powers": [
"9d76b8dc-3883-4755-b11c-131d19ca8a53", "// abstract class Factory"
],
"exclude_powers": [
"bfd1d6d5-56c1-4fe9-9fee-1c5910e1f5d8", "// JCB Table, you must add your own table class"
]
}
```
Llewellyn
pinned this 2024-06-25 12:59:09 +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?