From 5cdc9a11a3386de77f96238738f52261c52e47fd Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Wed, 8 Apr 2020 18:12:29 +0200 Subject: [PATCH] Minor upgrade guide text change --- UPGRADE-2.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UPGRADE-2.0.md b/UPGRADE-2.0.md index e6508ffa8..7edd0cdc5 100644 --- a/UPGRADE-2.0.md +++ b/UPGRADE-2.0.md @@ -1,8 +1,8 @@ -# Upgrades guides for Composer 1.x to 2.0 +# Upgrade guides for Composer 1.x to 2.0 ## For composer CLI users -- Packages existing in a higher priority repository will now be entirely ignored from lower repository ones +- If a packages exists in a higher priority repository, it will now be entirely ignored in lower repository ones - Invalid PSR-0 / PSR-4 class configurations will not autoload anymore in optimized-autoloader mode, as per the warnings introduced in 1.10 - Package names now must comply to our naming guidelines or Composer will abort, as per the warnings introduced in 1.8.1 - Removed --no-suggest flag as it is not needed anymore