This project is a Composer Repository generator for external dependencies of Drupal WxT which are not already in a Composer repository.
This mostly includes:
Merge the following JSON to your project's composer.json
file:
{
"repositories": [
"type": "composer",
"url": "https://drupalwxt.github.io/composer-extdeps/"
]
}