Skip to content

Commit c8b6499

Browse files
author
Franz Holzinger
committed
Update installing.rst
Add the missing info how to setup Composer to fetch the latest Develop branch instead of the outdated Master branch.
1 parent b49f08b commit c8b6499

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)