File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11# Introduction
22
3- This is the MediaCT coding standard for Magento 2 projects. It is based on
4- the default MediaCT coding standard but some tests have been removed to create
3+ This is the Youwe coding standard for Magento 2 projects. It is based on
4+ the default Youwe coding standard but some tests have been removed to create
55a workable and fast standard.
66
77# Installation
88
99Use composer to require the standard in a project.
1010
1111``` shell
12- composer require --dev mediact /coding-standard-magento2
12+ composer require --dev youwe /coding-standard-magento2
1313```
1414
1515To let PHPCS know that this standard should be used add a phpcs.xml file in the
@@ -18,20 +18,20 @@ root of the project.
1818``` xml
1919<?xml version =" 1.0" ?>
2020<ruleset >
21- <rule ref =" ./vendor/mediact /coding-standard-magento2/src/MediactMagento2 " />
21+ <rule ref =" ./vendor/youwe /coding-standard-magento2/src/Magento2 " />
2222</ruleset >
2323```
2424
2525# Integration with PHPStorm and automatic testing
2626
2727The recommended way to enable the coding standard in PHPStorm and automatic
28- testing is by requiring the MediaCT testing suite in a project.
28+ testing is by requiring the Youwe testing suite in a project.
2929
3030``` shell
31- composer require --dev mediact /testing-suite
31+ composer require --dev youwe /testing-suite
3232```
3333
34- For more information go to [ MediaCT Testing Suite] ( https://github.com/mediact /testing-suite ) .
34+ For more information go to [ Youwe Testing Suite] ( https://github.com/YouweGit /testing-suite ) .
3535
3636# Contribution guidelines
3737
You can’t perform that action at this time.
0 commit comments