The composer.json file for this skeleton includes some contributed Drupal modules:
|
"drupal/workbench_tabs": "^1.5", |
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.
The
composer.jsonfile for this skeleton includes some contributed Drupal modules:drupal-skeleton/composer.json
Line 25 in 7f6aacc
These get installed by
the-buildduringdrupal-first-installhere: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.