drupal-vm
drupal-vm copied to clipboard
Remove Drupal Console from extra options
trafficstars
Issue Type
- Feature Idea
Your Environment
N/A
Your OS
N/A
Summary
I am planning on deprecating my Drupal Console role, and would like to remove it as an addon option on Drupal VM—if someone wishes to use it, they should install it in their Drupal codebase directly, which could even be done automatically through Drupal VM the same way Drush is added:
drupal_composer_dependencies:
- "drush/drush:^10"
- "drupal/console:^1"