You are here

function composer_manager_sa_composer_dependencies_install in Composer Manager 7

Same name and namespace in other branches
  1. 7.2 composer_manager_sa/composer_manager_sa.module \composer_manager_sa_composer_dependencies_install()

Implements hook_composer_dependencies_install().

File

composer_manager_sa/composer_manager_sa.module, line 13
Check for known security issues in Composer libraries.

Code

function composer_manager_sa_composer_dependencies_install() {

  // This hook is only called with Drush, so we know this function is safe to
  // call.
  composer_manager_sa_print();
}