You are here

function platform_composer_composer_install_paths_alter in Aegir Deploy 7.3

Implements hook_composer_install_paths_alter().

File

modules/platform_composer/drush/platform_composer.drush.inc, line 47
Provision/Drush hooks for composer commands.

Code

function platform_composer_composer_install_paths_alter(&$paths) {

  // Provide a path for hosting_git.module
  $paths[] = d()->repo_path;
}