From 6a2b3e13c7a39a2e3273536ce69f96c33fb163c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carsten=20G=C3=B6tzinger?= Date: Mon, 9 Feb 2015 06:48:49 +0100 Subject: [PATCH] =?UTF-8?q?composer.json=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..973ce3d --- /dev/null +++ b/composer.json @@ -0,0 +1,38 @@ +{ + "name":"cgo-it/xls_export", + "description":"xls_export extension for the Contao Open Source CMS", + "keywords":["contao", "excel"], + "type":"contao-module", + "license":"GPL", + "authors":[ + { + "name":"cgo IT", + "email":"info@cgo-it.de", + "homepage":"https://cgo-it.de", + "role":"Developer" + } + ], + "support": { + "email": "info@cgo-it.de", + "issues": "https://bitbucket.org/cgo-it/contao-xls_export/issues?status=new&status=open", + "source": "https://bitbucket.org/cgo-it/contao-xls_export/src" + }, + "require":{ + "php":">=5.3", + "contao/core":">=3.0", + "contao-community-alliance/composer-plugin": "~2.0" + }, + "replace": { + "cgo-it/xls_export": "self.version" + }, + "conflict": { + "contao/core": "2.11.*" + }, + "extra":{ + "contao": { + "sources":{ + "":"system/modules/xls_export" + } + } + } +} \ No newline at end of file