Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-06-07T16:56:42.000Z (5 months ago)
- Last Synced: 2024-06-07T17:34:53.786Z (5 months ago)
- Topics: composer, drupal
- Size: 62.5 KB
- Stars: 2
- Watchers: 14
- Forks: 1
- Open Issues: 0
-
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/"
]
}
```