소스 검색

Tweak wording

Jordi Boggiano 4 년 전
부모
커밋
c1f6f339c2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      UPGRADE-2.0.md

+ 1 - 1
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