Closed (fixed)
Project:
Coder
Version:
8.x-2.7
Component:
Coder Sniffer
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Aug 2016 at 19:30 UTC
Updated:
26 Nov 2016 at 16:54 UTC
Jump to comment: Most recent
After switching from packagist.org to https://packages.drupal.org/8 for composer builds the "type" for coder is now a drupal-module which has changed from the packagist type and causes the coder module to install incorrectly inside the contrib module directory instead of inside the top level vendor directory.
Comments
Comment #2
ndrake86 commentedDifference in the json manifests for packages.drupal and packagist.
packagist:
packages.drupal:
All I can see is the missing requirements for php_codesniffer and symphony.
Comment #3
klausiNot sure what we can do about that - I guess packages.drupal.org should not overwrite the provided composer.json file of a project if it has one?
Comment #4
klausiOpened #2802009: Provide support for libraries and other non-drupal extensions (modules, themes etc)
Comment #5
klausiThis has been fixed specifically for Coder on drupal.org, Coder installs now as expected.