File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -50,3 +50,24 @@ If you would like to know whether an idea would fit in the general strategy of
50
50
this project or would like to get feedback on the best architecture for your
51
51
ideas, we propose you open a ticket first and discuss your ideas there
52
52
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
+
You can’t perform that action at this time.
0 commit comments