Skip to content

Commit 556a8b5

Browse files
committed
Merge pull request #377 from franzholz/patch-3
Update installing.rst
2 parents b49f08b + c8b6499 commit 556a8b5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/installing.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,18 @@ To install via Composer, add the following lines to your
4141
}
4242
}
4343
44+
If you are a developer or if you want to help us with testing then fetch the latest branch for developers.
45+
Notice: All contributions must be done against the developer branch.
46+
47+
.. code-block:: json
48+
49+
{
50+
"require": {
51+
"phpoffice/phpword": "dev-develop"
52+
}
53+
}
54+
55+
4456
Manual install
4557
~~~~~~~~~~~~~~
4658

0 commit comments

Comments
 (0)