amaro/php-standard

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

Validate PHP standard before commit

Installs: 326

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 11

Forks: 0

Open Issues: 0

Language:Shell

pkg:composer/amaro/php-standard

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"
        ]
    }
}