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
This commit is contained in:
Ed Chipman 2012-12-21 09:55:28 -04:00
parent 9e9a8e48f1
commit aded1456f5
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
"require":
{
"silverstripe/framework": "3.*",
"silverstripe/framework": "3.0.*",
"composer/installers": "*"
}
}