13 lines
253 B
JSON
13 lines
253 B
JSON
{
|
|
"scripts": {
|
|
"post-install-cmd": [
|
|
"PHPCodeChecker\\Installer::postInstall"
|
|
],
|
|
"post-update-cmd": [
|
|
"PHPCodeChecker\\Installer::postInstall"
|
|
]
|
|
},
|
|
"require": {
|
|
"wickedreports/phpcs-pre-commit-hook": "^0.7.0"
|
|
}
|
|
}
|