Skip to content

Commit a6fece0

Browse files
authored
adding composer update to contribution guidelines, so cs-fix will run on the same version as in travis CI (nemiah#388)
1 parent effc67e commit a6fece0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ Contributions are welcome! See the [developer guide](DEVELOPER-GUIDE.md) for som
6464
We use a slightly modified version of the [Symfony Coding-Style](https://symfony.com/doc/current/contributing/code/standards.html).
6565
Please run
6666
```
67+
composer update
68+
```
69+
and
70+
```
6771
composer cs-fix
6872
```
6973

0 commit comments

Comments
 (0)