From fc94efc36b80ab84986327ad952e7755b5a524bf Mon Sep 17 00:00:00 2001 From: JoppeDC Date: Fri, 31 May 2019 08:43:52 +0200 Subject: [PATCH] 11627 Minor/Patch version fix According to the docs the composer.json file is setup for automatic minor version upgrades. This is not the case, its setup for patch version upgrades. --- setup/upgrade_minor.rst | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/setup/upgrade_minor.rst b/setup/upgrade_minor.rst index ee3c90442a8..38b1284baec 100644 --- a/setup/upgrade_minor.rst +++ b/setup/upgrade_minor.rst @@ -21,9 +21,10 @@ There are two steps to upgrading a minor version: 1) Update the Symfony Library via Composer ------------------------------------------ -Your ``composer.json`` file should already be configured to allow your Symfony -packages to be upgraded to minor versions. But, if a package was not upgraded, -check that the version constrains of your Symfony dependencies are like this: +The ``composer.json`` file is configured to allow Symfony packages to be +upgraded to patch versions. But, if you would like the packages to be upgraded +to minor versions, check that the version constrains of the Symfony dependencies +are like this: .. code-block:: json @@ -42,6 +43,18 @@ check that the version constrains of your Symfony dependencies are like this: "...": "...", } +At the bottom of your ``composer.json`` file, in the `extra`` block you can +find a data setting for the symfony version. Make sure to also upgrade +this one. + +.. code-block:: json + "extra": { + "symfony": { + "allow-contrib": false, + "require": "4.3.*" + } + } + Next, use Composer to download new versions of the libraries: .. code-block:: terminal pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy