8000 Added a new article about using/installing unstable Symfony versions by javiereguiluz · Pull Request #5186 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Added a new article about using/installing unstable Symfony versions #5186

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Jun 27, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Removed some wrong labels
  • Loading branch information
javiereguiluz committed Jun 23, 2015
commit 8e8fad26bf71f4cfd6c46261a2ed22ce43d454f8
4 changes: 0 additions & 4 deletions cookbook/install/upgrading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ There are two steps to upgrading:
:ref:`upgrade-minor-symfony-composer`;
:ref:`upgrade-minor-symfony-code`

.. _`upgrade-minor-symfony-composer`:

1) Update the Symfony Library via Composer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -96,8 +94,6 @@ But beware. If you have some bad `version constraints`_ in your ``composer.json`
(e.g. ``dev-master``), then this could upgrade some non-Symfony libraries
to new versions that contain backwards-compatibility breaking changes.

.. _`upgrade-minor-symfony-code`:

2) Updating Your Code to Work with the new Version
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
0