From aded1456f54058080cd19ec58d200e4802f3d288 Mon Sep 17 00:00:00 2001 From: Ed Chipman Date: Fri, 21 Dec 2012 09:55:28 -0400 Subject: [PATCH] Changed require to 3.0.* Issues have come to my attention about 3.1 and SortableGridField, so for the moment SortableGridField requires 3.0.x --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9f5bd17..fa857b6 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "require": { - "silverstripe/framework": "3.*", + "silverstripe/framework": "3.0.*", "composer/installers": "*" } }