higidi/composer-phpcodesniffer-standards-plugin

This package is abandoned and no longer maintained. The author suggests using the dealerdirect/phpcodesniffer-composer-installer package instead.

Composer plugin installing PHP_CodeSniffer Standards

Installs: 12 205

Dependents: 1

Suggesters: 0

Security: 0

Stars: 3

Forks: 0

Type:composer-plugin

0.4.1 2017-04-28 15:41 UTC

README

Composer plugin installs PHP_CodeSniffer Standards.

build status coverage report Latest Stable Version Total Downloads License

Requirements

  • PHP >= 5.4
  • Composer package providing the PHP CodeSniffer Rulesets & Sniffs

Installation

$ composer require higidi/composer-phpcodesniffer-standards-plugin

Change the type of your composer package to phpcodesniffer-standard (or optional to phpcodesniffer-standards, both will work)

Your composer.json should looks like:

{
    "name": "vendor/my-php-codesniffer-standards",
    "description": "My codesniffer standards",
    "type": "phpcodesniffer-standard",
    "require": {
        "higidi/composer-phpcodesniffer-standards-plugin": "^1.0"
    }
}

Issues

Bug reports and feature requests can be submitted on the Issue Tracker