diff --git a/composer.json b/composer.json index b6194a2..ef7690e 100644 --- a/composer.json +++ b/composer.json @@ -44,6 +44,6 @@ "prefer-stable": true, "bin": ["cfnpp"], "scripts": { - "post-autoload-dump": "cp .githooks/* .git/hooks/" + "post-install-command": "cp .githooks/* .git/hooks/" } }