Closed (fixed)
Project:
Drupal Moodle Integration
Version:
8.x-1.0
Component:
Miscellaneous
Priority:
Critical
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
23 Apr 2020 at 08:30 UTC
Updated:
12 Jun 2020 at 19:04 UTC
Jump to comment: Most recent
Comments
Comment #2
mikran commentedSetting to critical as this now causes extra steps on any further development.
Comment #3
mikran commentedMy 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-masterComment #4
avpadernoI renamed the branch from 8.x-dev to 8.x-1.x.