1
0
Fork 0

Fix typo 03-cli.md (#11587)

pull/11597/head
Fábio 2023-08-30 13:03:12 -03:00 committed by GitHub
parent 879524d8e3
commit 25f4854ad7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ php composer.phar init
* **--repository:** Provide one (or more) custom repositories. They will be stored * **--repository:** Provide one (or more) custom repositories. They will be stored
in the generated composer.json, and used for auto-completion when prompting for in the generated composer.json, and used for auto-completion when prompting for
the list of requires. Every repository can be either an HTTP URL pointing the list of requires. Every repository can be either an HTTP URL pointing
to a `composer` repository or a JSON string which similar to what the to a `composer` repository or a JSON string which is similar to what the
[repositories](04-schema.md#repositories) key accepts. [repositories](04-schema.md#repositories) key accepts.
* **--autoload (-a):** Add a PSR-4 autoload mapping to the composer.json. Automatically maps your package's namespace to the provided directory. (Expects a relative path, e.g. src/) See also [PSR-4 autoload](04-schema.md#psr-4). * **--autoload (-a):** Add a PSR-4 autoload mapping to the composer.json. Automatically maps your package's namespace to the provided directory. (Expects a relative path, e.g. src/) See also [PSR-4 autoload](04-schema.md#psr-4).