From c8b649933258aef43e6cc2e7bce43d8d7170b634 Mon Sep 17 00:00:00 2001 From: Franz Holzinger Date: Mon, 22 Sep 2014 14:51:21 +0200 Subject: [PATCH] Update installing.rst Add the missing info how to setup Composer to fetch the latest Develop branch instead of the outdated Master branch. --- docs/installing.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/installing.rst b/docs/installing.rst index a545fe8b..65995904 100644 --- a/docs/installing.rst +++ b/docs/installing.rst @@ -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 ~~~~~~~~~~~~~~