Skip to content

Commit 53c5210

Browse files
authored
[DOCS] Add a section on development deps to CONTRIBUTING.md (#753)
Copied without changes from our sister project.
1 parent f5ea785 commit 53c5210

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CONTRIBUTING.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,24 @@ If you would like to know whether an idea would fit in the general strategy of
5050
this project or would like to get feedback on the best architecture for your
5151
ideas, we propose you open a ticket first and discuss your ideas there
5252
first before investing a lot of time in writing code.
53+
54+
## Install the development dependencies
55+
56+
To install the most important development dependencies, please run the following
57+
command:
58+
59+
```bash
60+
composer install
61+
```
62+
63+
We also have some optional development dependencies that require higher PHP
64+
versions than the lowest PHP version this project supports. Hence they are not
65+
installed by default.
66+
67+
To install these, you will need to have [PHIVE](https://phar.io/) installed.
68+
You can then run the following command:
69+
70+
```bash
71+
phive install
72+
```
73+

0 commit comments

Comments
 (0)