Skip to content

Instantly share code, notes, and snippets.

View freshp's full-sized avatar
:octocat:
do epic things

don’t believe the hype freshp

:octocat:
do epic things
View GitHub Profile
@freshp
freshp / README.md
Last active April 6, 2020 11:57
Run php SCA as pre-push-hook installed by composer as script

install the pre-push-hook with composer

  • example composer.json part
...
    "scripts": {
        "post-install-cmd": [
            "@install-pre-push-hook"
        ],
        "post-update-cmd": [
 "@install-pre-push-hook"