Skip to content

Commit

Permalink
Mention alternative to minimum-stability during beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertrand Dunogier committed Oct 20, 2015
1 parent 8b5223a commit ee5471e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions extensions/symfony-bundle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ following command in a terminal:
.. note::

Make sure that the "minimum-stability" setting is set to "beta" in
composer.json, otherwise the installation will fail:
Since puli is in beta phase, it requires that you allow it to install other
dependencies that are also in beta. The easiest way is to set "minimum-stability"
setting to "beta" in composer.json

.. code-block:: json
Expand All @@ -52,6 +53,11 @@ following command in a terminal:
"minimum-stability": "beta"
}
However, this may have consequences on other dependencies. If this happens, an
alternative is to explicitly require all of the puli packages as beta versions
in composer.json.


This will download the bundle to your project.

When this command completes, run ``composer install`` to initialize the
Expand Down

0 comments on commit ee5471e

Please sign in to comment.