From eaf31e4f5cc02dc32943e84b8b298f2b26ce2193 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Wed, 8 Apr 2020 18:13:21 +0200 Subject: [PATCH] Minor upgrade guide text change --- UPGRADE-2.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADE-2.0.md b/UPGRADE-2.0.md index 7edd0cdc5..f1fe337b7 100644 --- a/UPGRADE-2.0.md +++ b/UPGRADE-2.0.md @@ -2,7 +2,7 @@ ## For composer CLI users -- If a packages exists in a higher priority repository, it will now be entirely ignored in lower repository ones +- If a packages exists in a higher priority repository, it will now be entirely ignored in lower priority repositories. - 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