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 1
1
# Introduction
2
2
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
5
5
a workable and fast standard.
6
6
7
7
# Installation
8
8
9
9
Use composer to require the standard in a project.
10
10
11
11
``` shell
12
- composer require --dev mediact /coding-standard-magento2
12
+ composer require --dev youwe /coding-standard-magento2
13
13
```
14
14
15
15
To let PHPCS know that this standard should be used add a phpcs.xml file in the
@@ -18,20 +18,20 @@ root of the project.
18
18
``` xml
19
19
<?xml version =" 1.0" ?>
20
20
<ruleset >
21
- <rule ref =" ./vendor/mediact /coding-standard-magento2/src/MediactMagento2 " />
21
+ <rule ref =" ./vendor/youwe /coding-standard-magento2/src/Magento2 " />
22
22
</ruleset >
23
23
```
24
24
25
25
# Integration with PHPStorm and automatic testing
26
26
27
27
The 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.
29
29
30
30
``` shell
31
- composer require --dev mediact /testing-suite
31
+ composer require --dev youwe /testing-suite
32
32
```
33
33
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 ) .
35
35
36
36
# Contribution guidelines
37
37
You can’t perform that action at this time.
0 commit comments