1
0
Fork 0

Minor upgrade guide text change

pull/8752/head
Nils Adermann 2020-04-08 18:13:21 +02:00 committed by GitHub
parent 5cdc9a11a3
commit eaf31e4f5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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