Skip to content

Commit 59ac025

Browse files
committed
docs: updating CONTRIBUTING
1 parent 407cc14 commit 59ac025

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

CONTRIBUTING.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -22,32 +22,31 @@ Please review these guidelines before submitting any pull requests.
2222
Clone your fork, then install the dependencies:
2323

2424
```bash
25-
composer update
25+
composer install
2626
```
2727

2828
## Tests
2929

3030
Run all tests:
3131

32-
3332
```bash
34-
composer test
33+
composer test
3534
```
3635

3736
Linting:
3837

3938
```bash
40-
composer test:lint
39+
composer test:lint
4140
```
4241

4342
Static analysis:
4443

4544
```bash
46-
composer test:static
45+
composer test:static
4746
```
4847

4948
PHPUnit tests:
5049

5150
```bash
52-
composer test:coverage
51+
composer test:coverage
5352
```

0 commit comments

Comments
 (0)