palantirnet / drupal-skeleton

A Drupal project template for use with `composer create-project`.
Other
13 stars 3 forks source link

Consider dropping modules from the skeleton #137

Open byrond opened 1 year ago

byrond commented 1 year ago

The composer.json file for this skeleton includes some contributed Drupal modules: https://github.com/palantirnet/drupal-skeleton/blob/7f6aacc0e15a0cfee11e76085856c0b8c287abd0/composer.json#L25

These get installed by the-build during drupal-first-install here: https://github.com/palantirnet/the-build/blob/0aefb99e0b04f53c292b8afaff8992c6f558d756/targets/drupal.xml#L275-L281

Given that, do we need them in the skeleton's composer.json, or can they be removed? This would prevent us from needing to maintain the versions of those modules in the skeleton, as the latest and most appropriate versions would be determine at project creation time.

byrond commented 1 year ago

Testing this on https://github.com/palantirnet/drupal-skeleton/pull/138