8000 Proposing unstable upgrade changes by weaverryan · Pull Request #8625 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Proposing unstable upgrade changes #8625

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 2 commits into from
Nov 12, 2017
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
fixing
  • Loading branch information
weaverryan authored Nov 12, 2017
commit 357826f53fc8cded89f35391db9a0574f56084a9
2 changes: 1 addition & 1 deletion setup/unstable_versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ an existing application to test that your project works with it.

First, open the ``composer.json`` file located in the root directory of your
project. Then, edit the value of all of the ``symfony/*`` libraries to the
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a bit tricky as, for example, the release cycle of MonologBundle or SwiftmailerBundle (as well as the polyfill libraries) is independent from the framework's release cycle

new version and change your `minimum-stability` to `beta`.
new version and change your ``minimum-stability`` to ``beta``:

.. code-block:: diff

Expand Down
0