mirror of
https://github.com/UndefinedOffset/SortableGridField.git
synced 2024-10-22 17:05:38 +02:00
Updated requirements to restrict to 3.0.x and 3.1.x
This commit is contained in:
parent
278b6d6844
commit
c59ec68690
@ -5,7 +5,7 @@ SortableGridField
|
|||||||
Adds drag and drop functionality to SilverStripe 3's GridField
|
Adds drag and drop functionality to SilverStripe 3's GridField
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
* SilverStripe 3.x
|
* SilverStripe 3.0.x or 3.1.x
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
* Download the module from here https://github.com/UndefinedOffset/SortableGridField/archive/master.zip
|
* Download the module from here https://github.com/UndefinedOffset/SortableGridField/archive/master.zip
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
],
|
],
|
||||||
"require":
|
"require":
|
||||||
{
|
{
|
||||||
"silverstripe/framework": "3.*",
|
"silverstripe/framework": ">=3.0.1,<3.2",
|
||||||
"composer/installers": "*"
|
"composer/installers": "*"
|
||||||
},
|
},
|
||||||
"support": {
|
"support": {
|
||||||
|
Loading…
Reference in New Issue
Block a user