Removed unnecessary dot from the require-dev command (#1842)

This commit is contained in:
Konstantin Komelin 2022-06-09 08:42:38 +03:00 committed by GitHub
parent 5b68e050e0
commit 34e7fe3d3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ This command changes only the `composer.lock` file.
| Command | Description |
| --- | --- |
| `composer require vendor/package`. | Adds `package` from `vendor` to composer.json's `require` section and installs it |
| `composer require vendor/package` | Adds `package` from `vendor` to composer.json's `require` section and installs it |
| --- | --- |
| `composer require vendor/package --dev` | Adds `package` from `vendor` to composer.json's `require-dev` section and installs it. |