drupal-scaffold icon indicating copy to clipboard operation
drupal-scaffold copied to clipboard

Support inline aliases for downloading files

Open deviantintegral opened this issue 5 years ago • 1 comments

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 avatar Oct 11 '18 14:10 deviantintegral

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

deviantintegral avatar Oct 11 '18 14:10 deviantintegral