From 9a3c0f7edac1e148f0faf1d70a3f242a2a3f803e Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 1 Feb 2018 11:03:56 +0100 Subject: [PATCH] Tweak platform config docs, fixes #7067 --- doc/06-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/06-config.md b/doc/06-config.md index 2980e1c31..6b10ed634 100644 --- a/doc/06-config.md +++ b/doc/06-config.md @@ -120,7 +120,7 @@ value of this option will let Composer authenticate against example.org. Lets you fake platform packages (PHP and extensions) so that you can emulate a production env or define your target platform in the config. Example: `{"php": -"5.4", "ext-something": "4.0"}`. +"7.0.3", "ext-something": "4.0.3"}`. ## vendor-dir