This repository has been archived on 2023-08-16. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
footnotes/composer.json

14 lines
253 B
JSON
Raw Normal View History

2021-02-20 20:15:44 +00:00
{
"scripts": {
"post-install-cmd": [
"PHPCodeChecker\\Installer::postInstall"
],
"post-update-cmd": [
"PHPCodeChecker\\Installer::postInstall"
]
},
"require": {
"wickedreports/phpcs-pre-commit-hook": "^0.7.0"
}
}