This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Description
Issue Type
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"