nathanv / composer-extdeps

Composer repository for external dependencies on Drupal WxT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drupal WxT - External Dependency Composer Repository

This project is a Composer Repository generator for external dependencies of Drupal WxT which are not already in a Composer repository.

Usage

Merge the following JSON to your project's composer.json file:

{
   "repositories": [
      "type": "composer",
      "url": "https://drupalwxt.github.io/composer-extdeps/"
   ]
}

About

Composer repository for external dependencies on Drupal WxT