Updated requirements to restrict to 3.0.x and 3.1.x

This commit is contained in:
Ed 2014-01-22 15:40:36 -04:00
parent 278b6d6844
commit c59ec68690
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -13,7 +13,7 @@
],
"require":
{
"silverstripe/framework": "3.*",
"silverstripe/framework": ">=3.0.1,<3.2",
"composer/installers": "*"
},
"support": {