The 8.x-dev branch name does not follow Drupal naming conventions, and this makes it problematic to use the module with Composer.

Please rename the branch to 8.x-1.x to fix this.

Comments

mikran created an issue. See original summary.

mikran’s picture

Priority: Normal » Critical

Setting to critical as this now causes extra steps on any further development.

mikran’s picture

My current workaround for this issues is to add drupal_moodle_integration as package, like composer config repositories.drupal_moodle_integration '{"type":"package","package":{"name":"drupal\/drupal_moodle_integration","version":"dev-master","type":"drupal-module","source":{"url":"https:\/\/git.drupalcode.org\/project\/drupal_moodle_integration.git","type":"git","reference":"origin\/8.x-dev"}}}'

and with that the proper dev version of this module can be added as composer require drupal/drupal_moodle_integration:dev-master

avpaderno’s picture

Status: Active » Fixed

I renamed the branch from 8.x-dev to 8.x-1.x.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.