Skip to content

Commit

Permalink
Removed minimum-stability: beta suggestion
Browse files Browse the repository at this point in the history
Suggesting `minimum-stability: beta` sounds like a bad practice, as it will affect all of the other packages. `1.0@beta` should be safer, and do the same thing.
  • Loading branch information
bdunogier committed Aug 27, 2015
1 parent a0d1ec5 commit fddd4db
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions extensions/symfony-bundle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,7 @@ following command in a terminal:

.. code-block:: text
$ composer require "puli/symfony-bundle:~1.0"
.. note::

Make sure that the "minimum-stability" setting is set to "beta" in
composer.json, otherwise the installation will fail:

.. code-block:: json
{
...,
"minimum-stability": "beta"
}
$ composer require "puli/symfony-bundle:~1.0@beta"
This will download the bundle to your project.

Expand Down

0 comments on commit fddd4db

Please sign in to comment.