From 7fb0ea45e7e67b5b391bcd3ebe266d056488f7b6 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 31 Jul 2013 10:30:18 +0200 Subject: [PATCH] Fixed minor typo in composer.json example --- doc/articles/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/articles/troubleshooting.md b/doc/articles/troubleshooting.md index bd6c5faed..3483b1caf 100644 --- a/doc/articles/troubleshooting.md +++ b/doc/articles/troubleshooting.md @@ -64,7 +64,7 @@ You can fix this by aliasing version 0.11 to 0.1: composer.json: { - require: { + "require": { "A": "0.2", "B": "0.11 as 0.1" }