desyncr/grumphp-phpcs-diff

phpcs-diff task for grumphp

Maintainers

Package info

github.com/desyncr/grumphp-phpcs-diff

pkg:composer/desyncr/grumphp-phpcs-diff

Statistics

Installs: 38

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.0.3 2019-07-07 10:04 UTC

This package is auto-updated.

Last update: 2026-03-08 00:37:37 UTC


README

This package extends GrumPHP with a task to run phpcs-diff.

Installation

composer require desyncr/grumphp-phpcs-diff --dev

Add the extension loader to your grumphp.yml

parameters:
    extensions:
        - Desyncr\GrumPHP\Extension

Usage

parameters:
    tasks:
        phpcs-diff:
            standard: PSR12
            branch: master