Closed davidbarratt closed 9 years ago
I think drupal-parse-composer does not detect D8 install profiles. We have to fix this.
Found the issue. We have to parse
https://www.drupal.org/project/project_distribution/index and https://www.drupal.org/project/project_theme/index
so something like this? https://www.drupal.org/api-d7/node.json?type=project_distribution
We have a console command to parse this every few ours. We use the https://www.drupal.org/project/project_module/index because everything is on one page :)
Please add the urls to https://github.com/drupal-composer/drupal-packagist/blob/master/src/Packagist/WebBundle/Command/DrupalOrgModuleIndexParserCommand.php
Fixed with eb1ae27. Config installer is available http://packagist.drupal-composer.org/packages/drupal/config_installer
I noticed that this module: https://www.drupal.org/project/config_installer is missing from Drupal Packagist.
Can it be added? Why would it be missing?