Skip to content

Commit ce1681d

Browse files
committed
Update CONTRIBUTIONG.md
1 parent e6fe9a7 commit ce1681d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ chance of keeping on top of things.
4747
## Testcases and codesniffer
4848

4949
CsvView tests requires [PHPUnit](http://www.phpunit.de/manual/current/en/installation.html)
50-
3.5 or higher. To run the testcases locally use the following command:
50+
8.5 or higher. To run the testcases locally use the following command:
5151

52-
./lib/Cake/Console/cake test CsvView AllCsvView
52+
composer test
5353

5454
To run the sniffs for CakePHP coding standards
5555

56-
phpcs -p --extensions=php --standard=CakePHP ./app/Plugin/CsvView
56+
composer cs-check
5757

5858
Check the [cakephp-codesniffer](https://github.com/cakephp/cakephp-codesniffer)
5959
repository to setup the CakePHP standard. The README contains installation info
@@ -62,7 +62,7 @@ for the sniff and phpcs.
6262

6363
# Additional Resources
6464

65-
* [CakePHP coding standards](http://book.cakephp.org/2.0/en/contributing/cakephp-coding-conventions.html)
65+
* [CakePHP coding standards](http://book.cakephp.org/4/en/contributing/cakephp-coding-conventions.html)
6666
* [Bug tracker](https://github.com/friendsofcake/cakephp-csvview/issues)
6767
* [General GitHub documentation](https://help.github.com/)
6868
* [GitHub pull request documentation](https://help.github.com/send-pull-requests/)

0 commit comments

Comments
 (0)