Closed bwaye3 closed 1 year ago
Hi @bwaye3
Currently, it doesn't accept multiple repos in the same way you are doing it. But, In order for you to add multiple you have to add multiple entries for each repo.
let me know if you need help further.
thanks.
closing because no response from reporter
Trying to add several repos to a specific directory. Seems to skipping the 1st repo. .json
{ "name": "drupal/recommended-project", "description": "Project template for Drupal 9 projects with a relocated document root", "type": "project", }, "repositories": [ { "type": "vcs", "url": "https://github.gatech.edu/ICWebTeam/block_alerts.git" }, { "type": "vcs", "url": "https://github.gatech.edu/ICWebTeam/block_badges.git" }, { "type": "vcs", "url": "https://github.gatech.edu/ICWebTeam/block_counter.git" } ], "require": { "gt/alerts": "dev-master", "gt/badges": "dev-master", "gt/counter": "dev-master", "mnsami/composer-custom-directory-installer": "^2.0", }, "conflict": { "drupal/drupal": "*" }, "minimum-stability": "dev", "prefer-stable": true, "config": { "sort-packages": true },
}