Update installing.rst

Add the missing info how to setup Composer to fetch the latest Develop branch instead of the outdated Master branch.
This commit is contained in:
Franz Holzinger 2014-09-22 14:51:21 +02:00
parent b49f08bd91
commit c8b6499332
1 changed files with 12 additions and 0 deletions

View File

@ -41,6 +41,18 @@ To install via Composer, add the following lines to your
} }
} }
If you are a developer or if you want to help us with testing then fetch the latest branch for developers.
Notice: All contributions must be done against the developer branch.
.. code-block:: json
{
"require": {
"phpoffice/phpword": "dev-develop"
}
}
Manual install Manual install
~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~