diff --git a/composer.json b/composer.json index 64d7a79..8e985a7 100644 --- a/composer.json +++ b/composer.json @@ -48,6 +48,7 @@ } }, "require-dev": { - "phpunit/phpunit": ">=4.8 <6.0" + "phpunit/phpunit": ">=4.8 <6.0", + "bernardosilva/git-hooks-php": "^2.2" } }