From bc1fd3c8b725ca6bfecb7d9b0d78fe605e639089 Mon Sep 17 00:00:00 2001 From: Carlos Buenosvinos Date: Thu, 12 May 2022 10:24:53 +0200 Subject: [PATCH] Move navigation arrows to the bottom (#10769) Probably by merging other PR the arrows were not at the bottom. --- doc/03-cli.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/03-cli.md b/doc/03-cli.md index b76891b6f..9fd8256b6 100644 --- a/doc/03-cli.md +++ b/doc/03-cli.md @@ -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) →