We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f643af commit 371f41aCopy full SHA for 371f41a
composer.json
@@ -14,5 +14,10 @@
14
"minimum-stability": "stable",
15
"require": {
16
"devchainsrl/phpcs-phpcbf-git-pre-commit": "dev-master"
17
+ },
18
+ "scripts": {
19
+ "install-hooks": ["sh ./vendor/devchainsrl/phpcs-phpcbf-git-pre-commit/src/setup.sh"],
20
+ "post-install-cmd": ["@install-hooks"],
21
+ "post-update-cmd": ["@install-hooks"]
22
}
23
0 commit comments