From f9f144862e334c57377a2db1ae37be8523844bf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1n=20Lobato?= Date: Tue, 17 Dec 2013 09:33:46 +0100 Subject: [PATCH] Fixed minor typo on 'require' property --- doc/articles/vendor-binaries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/articles/vendor-binaries.md b/doc/articles/vendor-binaries.md index 5f6918041..b258dccb7 100644 --- a/doc/articles/vendor-binaries.md +++ b/doc/articles/vendor-binaries.md @@ -58,7 +58,7 @@ Say project `my-vendor/project-b` has requirements setup like this: { "name": "my-vendor/project-b", - "requires": { + "require": { "my-vendor/project-a": "*" } }