I use the Drupal composer_manager module to create a composer.json for my site. Currently, composer refuses to connect using the git protocol by default because it is unencrypted. This causes an error because the URL git://drupalcode.org/project/coder.git is insecure. Using https://git.drupal.org/ fixes this.

Comments

Jorrit created an issue. See original summary.

Jorrit’s picture

Status: Active » Needs review
StatusFileSize
new6.12 KB

I updated composer.json and composer.lock by running composer update.

Status: Needs review » Needs work

The last submitted patch, 2: 2984788-accessible_forms-composer-2.patch, failed testing. View results