File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,17 @@ root of the project.
24
24
</ruleset >
25
25
```
26
26
27
- # Integration with PHPStorm
27
+ # Integration with PHPStorm and automatic testing
28
28
29
- When the phpcs.xml file exists it will be automatically configured by
30
- ` media/coding-standard-phpstorm ` . This is triggered by the composer command .
29
+ The recommended way to enable the coding standard in PHPStorm and automatic
30
+ testing is by requiring the MediaCT testing suite in a project .
31
31
32
32
``` shell
33
- $ composer install
33
+ $ composer require --dev mediact/testing-suite
34
34
```
35
35
36
+ For more information go to [ MediaCT Testing Suite] ( https://github.com/mediact/testing-suite ) .
37
+
36
38
# Contribution guidelines
37
39
38
40
Contributions are welcome. Please create pull requests which add or remove
Original file line number Diff line number Diff line change 21
21
}
22
22
],
23
23
"require" : {
24
- "php" : " ^5.4.0 || ^7.0" ,
25
- "mediact/coding-standard" : " ^1.0" ,
26
- "squizlabs/php_codesniffer" : " ^2.0" ,
27
- "magento/marketplace-eqp" : " ^1.0"
24
+ "magento/marketplace-eqp" : " ^1.0" ,
25
+ "mediact/coding-standard" : " @stable"
28
26
},
29
27
"autoload" : {
30
28
"psr-0" : {
You can’t perform that action at this time.
0 commit comments