Move navigation arrows to the bottom (#10769)
Probably by merging other PR the arrows were not at the bottom.pull/10772/head
parent
b171d5531d
commit
bc1fd3c8b7
|
@ -1168,8 +1168,6 @@ fully offline with `1`.
|
|||
If set to `1`, outputs information about events being dispatched, which can be
|
||||
useful for plugin authors to identify what is firing when exactly.
|
||||
|
||||
← [Libraries](02-libraries.md) | [Schema](04-schema.md) →
|
||||
|
||||
### COMPOSER_NO_DEV
|
||||
|
||||
If set to `1`, it is the equivalent of passing the `--no-dev` argument to `install` or
|
||||
|
@ -1180,5 +1178,6 @@ If set to `1`, it is the equivalent of passing the `--no-dev` argument to `insta
|
|||
If `COMPOSER_IGNORE_PLATFORM_REQS` set to `1`, it is the equivalent of passing the `--ignore-platform-reqs` argument.
|
||||
Otherwise, specifying a comma separated list in `COMPOSER_IGNORE_PLATFORM_REQ` will ignore those specific requirements.
|
||||
|
||||
For example, if a development workstation will never run database queries, this can be used to ignore the requirement for the database extensions to be available.
|
||||
If you set `COMPOSER_IGNORE_PLATFORM_REQ=ext-oci8`, then composer will allow packages to be installed even if the `oci8` PHP extension is not enabled.
|
||||
For example, if a development workstation will never run database queries, this can be used to ignore the requirement for the database extensions to be available. If you set `COMPOSER_IGNORE_PLATFORM_REQ=ext-oci8`, then composer will allow packages to be installed even if the `oci8` PHP extension is not enabled.
|
||||
|
||||
← [Libraries](02-libraries.md) | [Schema](04-schema.md) →
|
||||
|
|
Loading…
Reference in New Issue