Sha256: bd0e76aef4ed35f3b195de15b534c04ecc213e2bbe2f37f3a3ea072e8a420f8e
Contents?: true
Size: 333 Bytes
Versions: 9
Compression:
Stored size: 333 Bytes
Contents
require 'overcommit/hook/shared/composer_install' module Overcommit::Hook::PostCheckout # Runs `composer install` when a change is detected in the repository's # dependencies. # # @see {Overcommit::Hook::Shared::ComposerInstall} class ComposerInstall < Base include Overcommit::Hook::Shared::ComposerInstall end end
Version data entries
9 entries across 7 versions & 2 rubygems