From 3d344f4db5d860cfaa8e08f50bfb2a6d5004c401 Mon Sep 17 00:00:00 2001 From: colymba Date: Sat, 19 Jan 2013 17:49:13 +0200 Subject: [PATCH] fix package name to lower case --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2cf664c..16f4851 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "colymba/gridFieldBulkEditingTools", + "name": "colymba/gridfield-bulk-editing-tools", "type": "silverstripe-module", "description": "SilverStripe 3 GridField component to upload images and edit records in bulk", "homepage": "https://github.com/colymba/GridFieldBulkEditingTools",