From 9d15a324058eb21f1283d9fd3742bd1423cc29ae Mon Sep 17 00:00:00 2001 From: Peter Schultz Date: Mon, 16 Sep 2013 01:39:08 +0200 Subject: [PATCH] Add missing require to example composer.json --- doc/articles/custom-installers.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/articles/custom-installers.md b/doc/articles/custom-installers.md index 5e1df0eab..feeebe52c 100644 --- a/doc/articles/custom-installers.md +++ b/doc/articles/custom-installers.md @@ -79,6 +79,9 @@ Example: }, "extra": { "class": "phpDocumentor\\Composer\\TemplateInstallerPlugin" + }, + "require": { + "composer-plugin-api": "1.0.0" } }