diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..806af75 --- /dev/null +++ b/composer.json @@ -0,0 +1,13 @@ +{ + "name": "busgurlu/PhpExcel", + "description" : "PhpExcel helper and component for CakePHP 2.x", + "license" : "WTFPL", + "type" : "cakephp-plugin", + "authors": [], + "require" : { + "composer/installers": "*" + }, + "extra": { + "installer-name" : "PhpExcel" + } +}