2017 © Pedro Peláez
 

drupal-drush drush-composercheck

Prevent execution of certain drush commands when project uses composer for dependency management

image

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

The README.md

Drush Composer Check

Prevent execution of certain drush commands when project uses composer for dependency management, (*1)

Installation

Global

Using Composer

  1. Require composer/installers, (*2)

    composer global require composer/installers
    
  2. Configure the installer path for drush plugins in ~/.composer/composer.json, (*3)

    {
      "extra": {
        "installer-paths": {
          "../.drush/plugins/{$name}": ["type:drupal-drush"]
        }
      }
    }
    
  3. Require gapple/drush-composercheck, (*4)

    composer global require gapple/drush-composercheck
    

Manual Installation

  1. Download the release package
  2. Unzip the package to ~/.drush/

Project

Using Composer

  1. Require composer/installers in your project, (*5)

    composer require composer/installers
    
  2. Configure the installer path for drush plugins in your project's composer.json, (*6)

    {
      "extra": {
        "installer-paths": {
          "drush/contrib/{$name}": ["type:drupal-drush"]
        }
      }
    }
    
  3. Require gapple/drush-composercheck in your project, (*7)

    composer require gapple/drush-composercheck
    

Manual Installation

  1. Download the release package
  2. Unzip the package to the drush folder within your project

The Versions

02/06 2017

dev-master

9999999-dev

Prevent execution of certain drush commands when project uses composer for dependency management

  Sources   Download

MIT

The Development Requires

02/06 2017

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