https://github.com/drupalwxt/composer-extdeps
Composer repository for external dependencies on Drupal WxT
https://github.com/drupalwxt/composer-extdeps
composer drupal
Last synced: 4 months ago
JSON representation
Composer repository for external dependencies on Drupal WxT
- Host: GitHub
- URL: https://github.com/drupalwxt/composer-extdeps
- Owner: drupalwxt
- Created: 2018-10-28T20:53:15.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2026-02-19T03:13:18.000Z (4 months ago)
- Last Synced: 2026-02-19T08:27:40.362Z (4 months ago)
- Topics: composer, drupal
- Size: 91.8 KB
- Stars: 2
- Watchers: 12
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drupal WxT - External Dependency Composer Repository
This project is a Composer Repository generator for external dependencies of [Drupal WxT](https://github.com/drupalwxt/wxt) which are not already in a Composer repository.
This mostly includes:
- [WET-BOEW](https://github.com/wet-boew/wet-boew)
- [GCWeb](https://github.com/wet-boew/GCWeb)
## Usage
Merge the following JSON to your project's `composer.json` file:
```js
{
"repositories": [
"type": "composer",
"url": "https://drupalwxt.github.io/composer-extdeps/"
]
}
```