From 6a99b4b39ac2693e07be6702285a99b209c1640c Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Tue, 25 Jul 2017 11:13:12 +1200 Subject: [PATCH] Fix plugin version constraint --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 551774f..c396bcb 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "homepage": "http://silverstripe.org", "license": "BSD-3-Clause", "require": { - "silverstripe/recipe-plugin": "^0.1", + "silverstripe/recipe-plugin": ">=0.1@dev <1.0", "silverstripe/recipe-core": "1.0.x-dev", "silverstripe/admin": "1.0.x-dev", "silverstripe/asset-admin": "1.0.x-dev",