Skip to content

Commit 9b31243

Browse files
Ashoka de WitJan-Marten de Boer
Ashoka de Wit
authored and
Jan-Marten de Boer
committed
Merged in feature/PD-653 (pull request #3)
1.1.0 Require stable version of coding standard, refer to testing suite in readme Approved-by: Michiel Brunsting <[email protected]> Approved-by: Jan-Marten de Boer <[email protected]>
2 parents a71d0c0 + 55472ee commit 9b31243

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff 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

3840
Contributions are welcome. Please create pull requests which add or remove

composer.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@
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": {

0 commit comments

Comments
 (0)