1
0
Fork 0

Move navigation arrows to the bottom (#10769)

Probably by merging other PR the arrows were not at the bottom.
pull/10772/head
Carlos Buenosvinos 2022-05-12 10:24:53 +02:00 committed by GitHub
parent b171d5531d
commit bc1fd3c8b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -1168,8 +1168,6 @@ fully offline with `1`.
If set to `1`, outputs information about events being dispatched, which can be If set to `1`, outputs information about events being dispatched, which can be
useful for plugin authors to identify what is firing when exactly. useful for plugin authors to identify what is firing when exactly.
← [Libraries](02-libraries.md) | [Schema](04-schema.md) →
### COMPOSER_NO_DEV ### COMPOSER_NO_DEV
If set to `1`, it is the equivalent of passing the `--no-dev` argument to `install` or 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. 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. 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. 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.
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) →