Metadrop / drupal-boilerplate

Drupal projects up and running with Docker and many other tools in minutes
28 stars 23 forks source link

Add drupal/componentes as a dependency to avoid error #59

Closed idiazroncero closed 2 years ago

idiazroncero commented 2 years ago

Screenshot_20220225_143017

drupal/componentes module has been a dependency of theme Radix for a while, but it's not included on this repo's composer.json. In the past, this wasn't a problem because themes couldn't declare module dependencies. But now, Drupal themes can declare module dependencies and this causes the theme install to fail.

Proposed solution

Add drupal/componentes as a dependency.

rsanzante commented 2 years ago

Thanks! It should be fixed in v2.0.0-alpha3

rsanzante commented 2 years ago

v2.0.0-alpha3 ready!