drupal-drush drush-composercheck
Prevent execution of certain drush commands when project uses composer for dependency management
gapple/drush-composercheck
Prevent execution of certain drush commands when project uses composer for dependency management
- Friday, June 2, 2017
- by gapple
- Repository
- 1 Watchers
- 1 Stars
- 11 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
Drush Composer Check
Prevent execution of certain drush commands when project uses composer for dependency management, (*1)
Installation
Global
Using Composer
-
Require composer/installers
, (*2)
composer global require composer/installers
-
Configure the installer path for drush plugins in ~/.composer/composer.json
, (*3)
{
"extra": {
"installer-paths": {
"../.drush/plugins/{$name}": ["type:drupal-drush"]
}
}
}
-
Require gapple/drush-composercheck
, (*4)
composer global require gapple/drush-composercheck
Manual Installation
- Download the release package
- Unzip the package to
~/.drush/
Project
Using Composer
-
Require composer/installers
in your project, (*5)
composer require composer/installers
-
Configure the installer path for drush plugins in your project's composer.json
, (*6)
{
"extra": {
"installer-paths": {
"drush/contrib/{$name}": ["type:drupal-drush"]
}
}
}
-
Require gapple/drush-composercheck
in your project, (*7)
composer require gapple/drush-composercheck
Manual Installation
- Download the release package
- Unzip the package to the
drush
folder within your project
dev-master
9999999-dev
Prevent execution of certain drush commands when project uses composer for dependency management
Sources
Download
MIT
The Development Requires
1.0.1
1.0.1.0
Prevent execution of certain drush commands when project uses composer for dependency management
Sources
Download
MIT
The Development Requires