From d6c7eb619319b7a288129e8cdff7ca2f444f822f Mon Sep 17 00:00:00 2001 From: Niko Sams Date: Thu, 11 Jun 2015 16:16:17 +0200 Subject: [PATCH] Change composer-plugin-api requirement to be compatible with future api changes backported from master --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dff9bad..b865587 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "license": "BSD-2-Clause", "type": "composer-plugin", "require": { - "composer-plugin-api": "1.0.0", + "composer-plugin-api": "^1.0", "mouf/nodejs-installer": "~1.0" }, "extra": {