We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d0d20 commit 2738927Copy full SHA for 2738927
composer.json
@@ -38,8 +38,8 @@
38
"format": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf --report=summary,source",
39
"lint": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --report=summary,source",
40
"lint:errors": "@lint -n",
41
- "post-install-cmd": "cghooks add --ignore-lock",
42
- "post-update-cmd": "cghooks update"
+ "post-install-cmd": "./vendor/bin/cghooks add --ignore-lock",
+ "post-update-cmd": "./vendor/bin/cghooks update"
43
},
44
"extra": {
45
"hooks": {
0 commit comments