mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Make a note about lower casing of package names (#9883)
This commit is contained in:
parent
aa2e7c387a
commit
cc7c6e569b
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ In this case the project name is `acme/hello-world`, where `acme` is the vendor
|
|||
name. Supplying a vendor name is mandatory.
|
||||
|
||||
> **Note:** If you don't know what to use as a vendor name, your GitHub
|
||||
> username is usually a good bet. While package names are case-insensitive, the
|
||||
> convention is all lowercase and dashes for word separation.
|
||||
> username is usually a good bet. Package names must be lowercase, and the
|
||||
> convention is to use dashes for word separation.
|
||||
|
||||
## Library Versioning
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue