Update remove command's documentation
parent
af79a104d9
commit
1c5c334b48
|
@ -189,6 +189,9 @@ After removing the requirements, the modified requirements will be
|
|||
uninstalled.
|
||||
|
||||
### Options
|
||||
* **--ignore-platform-reqs:** ignore `php`, `hhvm`, `lib-*` and `ext-*`
|
||||
requirements and force the installation even if the local machine does not
|
||||
fulfill these.
|
||||
* **--dev:** Remove packages from `require-dev`.
|
||||
* **--no-update:** Disables the automatic update of the dependencies.
|
||||
* **--no-progress:** Removes the progress display that can mess with some
|
||||
|
|
Loading…
Reference in New Issue