drupal-composer / drupal-parse-composer

:mag: Components used in Drupal-Packagist to parse package information from drupal.org
10 stars 11 forks source link

drupal/migrate_plus depends on drupal/system 8.8.1 #51

Closed hussainweb closed 8 years ago

hussainweb commented 8 years ago

The module migrate_plus lists a dependency on system (>8.1). This translates in the composer.json file on drupal-packagist to >8.8.1, which is not valid. I have created a pull request #50 that should hopefully fix this problem.

hussainweb commented 8 years ago

Thanks! How soon will this change take effect?

webflo commented 8 years ago

Did a forced update on drupal/migrate_plus, drupal/migrate_upgrade and drupal/migrate_tools a few seconds ago. Everything should work now. You may have to run composer clear-cache.

hussainweb commented 8 years ago

Thanks! It works now. I didn't even need to composer clear-cache.