magento / marketplace-eqp

Magento 1.x Coding Standard
http://docs.magento.com/marketplace/user_guide/Resources/pdf/Extension_Quality_Program_Overview.pdf
MIT License
224 stars 68 forks source link

Add package type #95

Closed t-richards closed 5 years ago

t-richards commented 6 years ago

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 run phpcs --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