drupal-composer / drupal-scaffold

:construction: Composer Plugin for updating the Drupal scaffold files when using drupal/core
191 stars 47 forks source link

Support inline aliases for downloading files #93

Open deviantintegral opened 5 years ago

deviantintegral commented 5 years ago

We're patching core in a separate repository instead of using composer patches. However, this breaks downloading the scaffold files, as the package version is used directly instead of any aliases. That means that files are attempted to be downloaded from drupal.org with our custom branch or tag, instead of what best corresponds to the fork.

This PR respects the version as version syntax in composer.json for determining what to download.

deviantintegral commented 5 years ago

It looks like master is failing tests: https://travis-ci.org/drupal-composer/drupal-scaffold/builds