Config File for OctoPower #1
Llewellyn
commented 2024-06-25 13:19:22 +00:00
Owner
```json
{
"global": {
"api": "https://git.vdm.dev/api/v1",
"url": "git.vdm.dev"
},
"package": {
"name": "vdm/openai",
"code_name": "vdm_openai",
"type": "library",
"description": "VDM OpenAi Library",
"homepage": "https://git.vdm.dev/joomla/vdm-openai",
"keywords": ["VDM", "OpenAi", "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-openai",
"replace" : {
"VDM\\Joomla" : "VastDevelopmentMethod\\Openai\\Joomla",
"@package Joomla.Component.Builder" : "@package vdm/openai",
"@git Joomla Component Builder <https://git.vdm.dev/joomla/Component-Builder>" : "@git VDM OpenAi Library <https://git.vdm.dev/joomla/vdm-openai>"
}
},
"repositories": [
{
"owner": "joomla",
"repo": "super-powers"
},
{
"owner": "joomla",
"repo": "openai"
}
],
"powers": [
"d78bee89-6f7e-42b6-917e-17f05b238490", "// abstract OpenAi class Factory"
],
"exclude_powers": [
"9d76b8dc-3883-4755-b11c-131d19ca8a53", "// abstract Data class Factory"
]
}
```
Llewellyn
pinned this 2024-06-25 13:19:25 +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?