File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 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.
2424</ruleset >
2525```
2626
27- # Integration with PHPStorm
27+ # Integration with PHPStorm and automatic testing
2828
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 .
3131
3232``` shell
33- $ composer install
33+ $ composer require --dev mediact/testing-suite
3434```
3535
36+ For more information go to [ MediaCT Testing Suite] ( https://github.com/mediact/testing-suite ) .
37+
3638# Contribution guidelines
3739
3840Contributions are welcome. Please create pull requests which add or remove
Original file line number Diff line number Diff line change 2121 }
2222 ],
2323 "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"
2826 },
2927 "autoload" : {
3028 "psr-0" : {
You can’t perform that action at this time.
0 commit comments