Skip to content

Commit

Permalink
#5 Split docs into Open and Custom Edition
Browse files Browse the repository at this point in the history
  • Loading branch information
groganz committed Jul 16, 2016
1 parent 3fabaf6 commit 6eb57c7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions open/developer/book/contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,9 @@ related issue, such as ``campaignchain-42``.
Inline Alias in composer.json
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

You can define in the ```composer.json```_(https://github.com/CampaignChain/campaignchain/blob/master/composer.json)
file of the application, which branched modules/bundles you'd like to use for
development. Just list them in the ``require-dev`` section and define the
branch as a `Composer inline alias`_.
You can define in the `composer.json file of the application`_, which branched
modules/bundles you'd like to use for development. Just list them in the
``require-dev`` section and define the branch as a `Composer inline alias`_.

Here's an example how to do it for your custom module/bundle:

Expand Down Expand Up @@ -254,4 +253,5 @@ module/bundle where you credit the copyright holders. See for example the
.. _Composer version constraints: https://getcomposer.org/doc/articles/versions.md
.. _Apache License: http://www.apache.org/licenses/LICENSE-2.0
.. _content of the Apache License: http://www.apache.org/licenses/LICENSE-2.0
.. _NOTICE file of the core bundle: https://github.com/CampaignChain/core/blob/master/NOTICE
.. _NOTICE file of the core bundle: https://github.com/CampaignChain/core/blob/master/NOTICE
.. _composer.json file of the application: https://github.com/CampaignChain/campaignchain/blob/master/composer.json

0 comments on commit 6eb57c7

Please sign in to comment.