From 05f93e098d9c63d0c7deb9727cb5856dd3df4ff0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thierry=20Fran=C3=A7ois?= Date: Thu, 21 Dec 2017 13:39:45 +0200 Subject: [PATCH] update composer to silverstripe-vendormodule --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index a366cb0..5b3c55c 100644 --- a/composer.json +++ b/composer.json @@ -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": {