From 8bcee925003503af2030c711046f30f17c7e3152 Mon Sep 17 00:00:00 2001 From: susgo Date: Thu, 1 Feb 2018 13:40:14 +0100 Subject: [PATCH 1/2] Create composer.json --- composer.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..e06cbdf --- /dev/null +++ b/composer.json @@ -0,0 +1,12 @@ +{ + "name": "akottr/dragtable" + "description": "Drag and drop for table columns", + "keywords": ["table","drag and drop", "table columns"], + "type": "component", + "homepage": "https://github.com/akottr/dragtable", + "authors": [ + { + "name": "akottr" + } + ] +} From e597e7ecaf7ed33b212f54f71b1c10d5c42047a7 Mon Sep 17 00:00:00 2001 From: susgo Date: Thu, 1 Feb 2018 14:26:15 +0100 Subject: [PATCH 2/2] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e06cbdf..e6b60d6 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "akottr/dragtable" + "name": "akottr/dragtable", "description": "Drag and drop for table columns", "keywords": ["table","drag and drop", "table columns"], "type": "component",