Merge pull request #6326 from javiereguiluz/doc_schema_name
[Doc] Explained a bit more about the possible contents of the "name" propertypull/6329/head
commit
b9309ae5a1
|
@ -29,13 +29,16 @@ The config of dependencies is ignored. This makes the `config` field
|
||||||
### name
|
### name
|
||||||
|
|
||||||
The name of the package. It consists of vendor name and project name,
|
The name of the package. It consists of vendor name and project name,
|
||||||
separated by `/`.
|
separated by `/`. Examples:
|
||||||
|
|
||||||
Examples:
|
|
||||||
|
|
||||||
* monolog/monolog
|
* monolog/monolog
|
||||||
* igorw/event-source
|
* igorw/event-source
|
||||||
|
|
||||||
|
The name can contain any character, including white spaces, and it's case
|
||||||
|
insensitive (`foo/bar` and `Foo/Bar` are considered the same package). In order
|
||||||
|
to simplify its installation, it's recommended to define a short and lowercase
|
||||||
|
name that doesn't include non-alphanumeric characters or white spaces.
|
||||||
|
|
||||||
Required for published packages (libraries).
|
Required for published packages (libraries).
|
||||||
|
|
||||||
### description
|
### description
|
||||||
|
|
Loading…
Reference in New Issue