From 0acf116c521db0fbf723882c7b1b5d8bb618ad9d Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 7 May 2013 15:18:54 +0300 Subject: [PATCH] Fixed composer constraints --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 62b1cd8..3e226ca 100644 --- a/composer.json +++ b/composer.json @@ -11,6 +11,6 @@ "email": "will@fullscreen.io" }], "require": { - "silverstripe/framework": "3.1.*" + "silverstripe/framework": ">=3.1.x-dev,<4.0" } -} \ No newline at end of file +}