Skip to content

Support Magento 2 composer types

Compare
Choose a tag to compare
@ksangers ksangers released this 25 Mar 13:13
· 19 commits to master since this release
7ac0b41
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]>