Skip to content

Clarify documentation re repositories #1

@mc0e

Description

@mc0e

As someone not overly familiar with how the configuration of composer's repositories is supposed to look, the description in this plugin's documentation is unclear.

My repositories section looks like:

"repositories": [
    {
        "type": "composer",
        "url": "https://packages.drupal.org/8"
    }
],

I'm supposed to insert:

"civicrm-extension-plugin": {
    "type": "vcs",
    "url":  "https://github.com/Skvare/civicrm-extension-plugin"
},

But where?

"repositories": [
    {
        "type": "composer",
        "url": "https://packages.drupal.org/8"
        here?
    }
    here?
    {
        in curly braces here?
    }
],
here?

A few lines of context for the inserted text would help a lot.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions