kalamuna / drupal-project

Kalamuna composer template for Drupal projects with CircleCI and Pantheon integration. (NOTE: THIS SHOULD NOT BE USED FOR NEW DRUPAL 9 SITES)
GNU General Public License v2.0
6 stars 1 forks source link

Fix Chosen install path to web/libraries #48

Closed RobLoach closed 6 years ago

RobLoach commented 6 years ago

Makes use of Composer Installer Extender to allow installation of arbitrary packages, like those of component types.

hawkeyetwolf commented 6 years ago

Awesomesauce! I applied your changes into my branch (#47) because I'm trying to keep the list of composer dependencies from conflicting with the upstream. So what I do is leave all the original dependencies in place and then add our new ones in alphabetical order below them. As soon a project is instantiated, this doesn't matter any more, but I like doing it here to keep the upstream merges more sane.