About ----- Composer plugin installs [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) Standards. [](https://travis-ci.org/higidi/composer-phpcodesniffer-standards-plugin) [](https://packagist.org/packages/higidi/composer-phpcodesniffer-standards-plugin) [](https://packagist.org/packages/higidi/composer-phpcodesniffer-standards-plugin) [](https://packagist.org/packages/higidi/composer-phpcodesniffer-standards-plugin) Requirements ------------ - `PHP >= 5.3.3` - Composer package providing the PHP CodeSniffer Rulesets & Sniffs Installation ------------ ```bash $ composer require higidi/composer-phpcodesniffer-standards-plugin ``` Change the type of your composer package to `php-codesniffer-standards` Your composer.json should looks like: ```json { "name": "vendor/my-php-codesniffer-standards", "description": "My codesniffer standards", "type": "php-codesniffer-standards", "require": { "higidi/composer-phpcodesniffer-standards-plugin": "^1.0" } } ``` Issues ------ Bug reports and feature requests can be submitted on the [Issue Tracker](https://git.higidi.com/higidi/composer-phpcodesniffer-standards-plugin/issues)