Update composer to point to now fixed 2.1 branch of bulk editing tools

This commit is contained in:
Damian Mooyman 2014-11-03 09:50:46 +13:00
parent aaec312fd5
commit 1d315983a4
1 changed files with 6 additions and 1 deletions

View File

@ -9,9 +9,14 @@
}],
"require": {
"silverstripe/framework": "~3.1",
"colymba/gridfield-bulk-editing-tools": "2.0.2"
"colymba/gridfield-bulk-editing-tools": "~2.1"
},
"suggest": {
"ezyang/htmlpurifier": "4.*"
},
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
}
}