Skip to content

Commit

Permalink
Merge pull request cakephp#4536 from spiliot/patch-3
Browse files Browse the repository at this point in the history
Updated composer update explanation
  • Loading branch information
markstory authored Dec 20, 2016
2 parents 4427783 + 809ad42 commit e7f54d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions en/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ By default this is what your application **composer.json** looks like::
"cakephp/cakephp": "3.3.*"
}

Each time you run ``php composer.phar update`` you will receive the latest
stable releases when using the default version constraint ``~3.2``. Only bugfix
and minor version releases of 3.x will be used when updating.
Each time you run ``php composer.phar update`` you will receive bugfix
releases for this minor version. You can instead change this to ``~3.3`` to
also receive the latest stable releases of the ``3.x`` branch.

If you want to keep current with the latest unreleased changes in CakePHP
designate **dev-master** as the package version in your application's
Expand Down

0 comments on commit e7f54d0

Please sign in to comment.