From c1f6f339c2aa47b5ea86d8bcb5a24871fd0fa9f3 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 15 Apr 2020 16:36:49 +0200 Subject: [PATCH] Tweak wording --- 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 eb4acc53f..10e5a587f 100644 --- a/UPGRADE-2.0.md +++ b/UPGRADE-2.0.md @@ -5,7 +5,7 @@ - If a packages exists in a higher priority repository, it will now be entirely ignored in lower priority repositories. See [repository priorities](https://getcomposer.org/repoprio) for details. - 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 +- Deprecated --no-suggest flag as it is not needed anymore - `update` now lists changes to the lock file first, and then the changes applied when installing the lock file to the vendor dir - `HTTPS_PROXY_REQUEST_FULLURI` if not specified will now default to false as this seems to work better in most environments