Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 552 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 552 Bytes

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.

This mostly includes:

Usage

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

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