From c59ec68690dcd6eeb03704aae96d4f17c9e5a293 Mon Sep 17 00:00:00 2001 From: Ed Date: Wed, 22 Jan 2014 15:40:36 -0400 Subject: [PATCH] Updated requirements to restrict to 3.0.x and 3.1.x --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dde98fc..9924fe7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ SortableGridField Adds drag and drop functionality to SilverStripe 3's GridField ## Requirements -* SilverStripe 3.x +* SilverStripe 3.0.x or 3.1.x ## Installation * Download the module from here https://github.com/UndefinedOffset/SortableGridField/archive/master.zip diff --git a/composer.json b/composer.json index df27fd9..f0fc3d5 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ ], "require": { - "silverstripe/framework": "3.*", + "silverstripe/framework": ">=3.0.1,<3.2", "composer/installers": "*" }, "support": {