From 9debc39ba56556ad81f83b51dfeb5c943d9f6bf7 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 11 Jun 2015 15:02:59 +0100 Subject: [PATCH] Update to caret operator --- doc/articles/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/articles/plugins.md b/doc/articles/plugins.md index 0d1ba2b8d..edaa013f0 100644 --- a/doc/articles/plugins.md +++ b/doc/articles/plugins.md @@ -44,7 +44,7 @@ part omitted): "name": "my/plugin-package", "type": "composer-plugin", "require": { - "composer-plugin-api": "~1.0" + "composer-plugin-api": "^1.0" }, "extra": { "class": "My\\Plugin"