Updated requirements in composer.json to "~3.1" to support 3.1.0 stable.

See https://groups.google.com/forum/#!topic/silverstripe-dev/kCHSHLZp2Yg
This commit is contained in:
James Cocker 2013-10-01 18:06:11 +01:00
parent 86283f01c7
commit 1048aa3035
1 changed files with 2 additions and 2 deletions

View File

@ -17,6 +17,6 @@
"url": "git@github.com:colymba/GridFieldBulkEditingTools.git"
}],
"require": {
"silverstripe/framework": ">=3.1.x-dev,<4.0"
"silverstripe/framework": "~3.1"
}
}
}