Skip to content

Instantly share code, notes, and snippets.

View woozy's full-sized avatar

Sérgio Serra woozy

  • Porto, Portugal
View GitHub Profile
@woozy
woozy / composer.json
Created May 11, 2018 18:34
Git hook to validate modified code against PSR-2 code standard
{
"require-dev": {
"squizlabs/php_codesniffer": "^3.2",
"exussum12/coverage-checker": "^0.10.0"
}
}