From 98bc6eac6a6251a9d869f2479c36f860beffd4cf Mon Sep 17 00:00:00 2001 From: Ali1 Date: Sat, 19 Apr 2014 13:46:44 +0100 Subject: [PATCH 1/5] Create composer.json --- composer.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..9d3955f --- /dev/null +++ b/composer.json @@ -0,0 +1,10 @@ +{ + "name": "ali1/PhpExcel", + "description" : "PhpExcel helper and component for CakePHP 2.x", + "license" : "WTFPL", + "type" : "cakephp-plugin", + "authors": [], + "require" : { + "composer/installers": "*" + } +} From dcdcdd371d4f4418a678b7b0622bae3829227250 Mon Sep 17 00:00:00 2001 From: Ali1 Date: Sat, 19 Apr 2014 13:50:12 +0100 Subject: [PATCH 2/5] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9d3955f..ff92c99 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "ali1/PhpExcel", + "name": "ali1/cakephp-phpexcel", "description" : "PhpExcel helper and component for CakePHP 2.x", "license" : "WTFPL", "type" : "cakephp-plugin", From 03382d012cce8a4ea7a3bf9b12471ff380eec19b Mon Sep 17 00:00:00 2001 From: Ali1 Date: Sat, 19 Apr 2014 13:51:48 +0100 Subject: [PATCH 3/5] Update composer.json --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index ff92c99..0f18af9 100644 --- a/composer.json +++ b/composer.json @@ -6,5 +6,8 @@ "authors": [], "require" : { "composer/installers": "*" + }, + "extra": { + "installer-name" : "PhpExcel" } } From dee8573971eb8e9f5645c93586b524b09ce3619b Mon Sep 17 00:00:00 2001 From: Burak USGURLU Date: Sat, 6 Dec 2014 16:49:27 +0200 Subject: [PATCH 4/5] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0f18af9..167983d 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "ali1/cakephp-phpexcel", + "name": "busgurlu/cakephp-phpexcel", "description" : "PhpExcel helper and component for CakePHP 2.x", "license" : "WTFPL", "type" : "cakephp-plugin", From 4350b013a57b6ca2ebe7e0215a934182b1325102 Mon Sep 17 00:00:00 2001 From: Burak USGURLU Date: Sat, 6 Dec 2014 16:54:54 +0200 Subject: [PATCH 5/5] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 167983d..806af75 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "busgurlu/cakephp-phpexcel", + "name": "busgurlu/PhpExcel", "description" : "PhpExcel helper and component for CakePHP 2.x", "license" : "WTFPL", "type" : "cakephp-plugin",