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.
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:
I'm supposed to insert:
But where?
A few lines of context for the inserted text would help a lot.