Skip to content

Instantly share code, notes, and snippets.

@fazni
Last active June 8, 2020 21:01
Show Gist options
  • Save fazni/77f4ca4637a4a92e1c9d967c35abfbf2 to your computer and use it in GitHub Desktop.
Save fazni/77f4ca4637a4a92e1c9d967c35abfbf2 to your computer and use it in GitHub Desktop.
Custom packages composer

Composer path repository

  • web/modules/custom/my-module/composer.json
  • composer.json
"repositories": [
  {
    "type": "composer",
    "url": "https://packages.drupal.org/8"
  },
  {
    "type": "path",
    "url": "web/modules/custom/my-module"
  }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment