From eb8df89cd5cfaab55e1ec2048f4987e1bf9910fd Mon Sep 17 00:00:00 2001 From: Bob4ever Date: Mon, 25 Jan 2016 14:29:37 +0100 Subject: [PATCH] Update custom-installers.md --- doc/articles/custom-installers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/articles/custom-installers.md b/doc/articles/custom-installers.md index 8b3536826..a3c937a5e 100644 --- a/doc/articles/custom-installers.md +++ b/doc/articles/custom-installers.md @@ -84,7 +84,7 @@ Example: "class": "phpDocumentor\\Composer\\TemplateInstallerPlugin" }, "require": { - "composer-plugin-api": "1.0.0" + "composer-plugin-api": "^1.0" } } ```