This PR adds a package type to composer.json. This does not change the default behavior of this package.
Why
Setting the type of this package to "phpcodesniffer-standard" will allow this package to be automatically processed by composer install plugins. This makes the package easier to use, since the user doesn't have to manually run phpcs --config-set ....
What
This PR adds a package type to
composer.json
. This does not change the default behavior of this package.Why
Setting the type of this package to
"phpcodesniffer-standard"
will allow this package to be automatically processed by composer install plugins. This makes the package easier to use, since the user doesn't have to manually runphpcs --config-set ...
.Also see the following wiki article:
https://github.com/Dealerdirect/phpcodesniffer-composer-installer/wiki/Change-%60composer.json%60-%22type%22-to-%60phpcodesniffer-standard%60