We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 407cc14 commit 59ac025Copy full SHA for 59ac025
CONTRIBUTING.md
@@ -22,32 +22,31 @@ Please review these guidelines before submitting any pull requests.
22
Clone your fork, then install the dependencies:
23
24
```bash
25
- composer update
+composer install
26
```
27
28
## Tests
29
30
Run all tests:
31
32
-
33
34
- composer test
+composer test
35
36
37
Linting:
38
39
40
- composer test:lint
+composer test:lint
41
42
43
Static analysis:
44
45
46
- composer test:static
+composer test:static
47
48
49
PHPUnit tests:
50
51
52
- composer test:coverage
+composer test:coverage
53
0 commit comments