palantirnet / drupal-skeleton

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

Test removing contrib modules from composer.json #138

Open byrond opened 1 year ago

byrond commented 1 year ago

Description

Remove all of the contrib modules from the skeleton since they are installed by The Build.

Testing instructions

  1. Create a new project using this branch: `composer create-project palantirnet/drupal-skeleton example dev-composer-remove-contrib --no-interaction
  2. Verify the desired contrib modules are properly installed.

Remaining tasks