update composer to silverstripe-vendormodule

This commit is contained in:
Thierry François 2017-12-21 13:39:45 +02:00
parent 742fa6d292
commit 05f93e098d
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{
"name": "colymba/gridfield-bulk-editing-tools",
"type": "silverstripe-module",
"description": "SilverStripe GridField component to upload images and edit records in bulk",
"type": "silverstripe-vendormodule",
"description": "SilverStripe GridField component to upload images/files and edit records in bulk",
"homepage": "https://github.com/colymba/GridFieldBulkEditingTools",
"keywords": ["silverstripe", "bulk upload", "image upload", "gridfield bulk upload"],
"license": "BSD Simplified",
@ -16,8 +16,8 @@
}
],
"require": {
"silverstripe/framework": "^4.0@dev",
"silverstripe/asset-admin": "^1.0@dev"
"silverstripe/framework": "^4.0",
"silverstripe/asset-admin": "^1.0"
},
"extra": {
"branch-alias": {