update compatibility to SS >=3.1

This commit is contained in:
colymba 2013-04-04 23:06:29 +03:00
parent 30e6d4bd52
commit 5bc3d9bdc6
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ Included are:
Take a look at the [Notes](#notes) and [TODOs](#todo).
## Requirments
* SilverStripe 3.0
* SilverStripe 3.1
## Installation
* Download and copy module in SilverStripe root directory and name it whatever you want

View File

@ -15,6 +15,6 @@
"url": "git@github.com:colymba/GridFieldBulkEditingTools.git"
}],
"require": {
"silverstripe/cms": "3.*"
"silverstripe/cms": ">=3.1"
}
}