thom8 / drupalcli
Metapackage to install drush and drupal console.
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:metapackage
Requires
- drupal/console: ~1.0
- drush/drush: ^8.1
This package is not auto-updated.
Last update: 2025-03-01 03:58:30 UTC
README
This is a composer meta package for installing Drush and Drupal console in a single project.
Why?
This project will attempt to control dependency conflicts which will allow Drush and Console developers to update their projects without the burden of testing compatibility.
Installation
composer require thom8/drupalcli
Updating
composer update thom8/drupalcli --with-dependencies