You are here

function platform_composer_git_composer_git_install_paths_alter in Aegir Deploy 7.3

Implements hook_composer_git_install_paths_alter().

File

modules/platform_composer_git/drush/platform_composer_git.drush.inc, line 44
Provision/Drush hooks for composer commands.

Code

function platform_composer_git_composer_git_install_paths_alter(&$paths) {

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