Config File for OctoPower #1

Open
opened 2024-06-25 12:59:03 +00:00 by Llewellyn · 0 comments
Owner
{
  "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"
  ]
}
```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
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: joomla/vdm-data#1
No description provided.