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.
The
composer.json
file for this skeleton includes some contributed Drupal modules: https://github.com/palantirnet/drupal-skeleton/blob/7f6aacc0e15a0cfee11e76085856c0b8c287abd0/composer.json#L25These get installed by
the-build
duringdrupal-first-install
here: https://github.com/palantirnet/the-build/blob/0aefb99e0b04f53c292b8afaff8992c6f558d756/targets/drupal.xml#L275-L281Given 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.