Support Magento 2 composer types
Add Magento projects to project type mapping (#66)
* Add Magento projects to project type mapping
To make it easier to install the testing suite for Magento, it's
now possible to set the project type in the project's composer.json
file to `magento2-project` or `magento-project` to get the correct
coding standards files in the project.
* Add Magento projects to project type mapping
To make it easier to install the testing suite for Magento, it's
now possible to set the project type in the project's composer.json
file to `magento2-project` or `magento-project` to get the correct
coding standards files in the project.
Co-authored-by: Arjen Miedema <[email protected]>