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

Remove Composer sort-packages and component-dir #50

Closed RobLoach closed 6 years ago

RobLoach commented 6 years ago

This makes two changes...

  1. sort-packages - We want to keep the order of the packages to reduce merge conflicts from the drupal-project upstream. Because of this, remove sort-packages to make it so that when you run composer require ..., it doesn't change the order of the packages.
  2. component-dir - We don't use component-installer, so we don't need to define the config variable for it.

These two config changes will fix the composer configuration.