We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2738927 commit 1cf057cCopy full SHA for 1cf057c
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": "./vendor/bin/cghooks add --ignore-lock",
42
- "post-update-cmd": "./vendor/bin/cghooks update"
+ "post-install-cmd": "cghooks add --ignore-lock",
+ "post-update-cmd": "cghooks update"
43
},
44
"extra": {
45
"hooks": {
0 commit comments