drupal-vm icon indicating copy to clipboard operation
drupal-vm copied to clipboard

Remove Drupal Console from extra options

Open geerlingguy opened this issue 5 years ago • 0 comments
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"

geerlingguy avatar Aug 20 '20 17:08 geerlingguy