From 1c3c84cf88400c90412db83cbb7525e59ab87ea9 Mon Sep 17 00:00:00 2001 From: = Date: Sun, 22 Nov 2015 16:30:55 +0100 Subject: [PATCH] Typo fix ("Example:" must go outside the JSON block). --- doc/04-schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/04-schema.md b/doc/04-schema.md index 787e4c168..a875a15a9 100644 --- a/doc/04-schema.md +++ b/doc/04-schema.md @@ -330,9 +330,9 @@ aliases article](articles/aliases.md). `require` and `require-dev` also support references to specific PHP versions and PHP extensions your project needs to run successfully. -```json Example: +```json { "require" : { "php" : ">=5.3.10",