amaro/php-standard

This package is abandoned and no longer maintained. No replacement package was suggested.

Validate PHP standard before commit

dev-master 2017-07-26 16:42 UTC

This package is not auto-updated.

Last update: 2021-06-12 10:25:54 UTC


README

{
    "require": {
        "amaro/php-standard": "*"
    },
    "scripts": {
        "post-install-cmd": [
            "Amaro\\Composer\\Php::configure"
        ],
        "post-update-cmd": [
            "Amaro\\Composer\\Php::configure"
        ]
    }
}