From e2a1ac4dbffab471a2d8ba9a59f2fa5faec0590c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carsten=20G=C3=B6tzinger?= Date: Mon, 9 Feb 2015 06:50:22 +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 | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..b96a757 --- /dev/null +++ b/composer.json @@ -0,0 +1,41 @@ +{ + "name":"cgo-it/rate-it", + "description":"RateIt extension for the Contao Open Source CMS", + "keywords":["contao", "rating", "rateit", "bewertung"], + "type":"contao-module", + "license":"LGPL-3.0+", + "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-rate-it/issues?status=new&status=open", + "forum": "https://community.contao.org/de/showthread.php?38471-Rate-It", + "source": "https://bitbucket.org/cgo-it/contao-rate-it/src" + }, + "require":{ + "php":">=5.3", + "contao/core":">=3.0", + "contao-community-alliance/composer-plugin": "~2.0", + "cgo-it/simple_ajax":"1.0.1", + "cgo-it/xls_export":"3.0.0" + }, + "replace": { + "cgo-it/rate-it": "self.version" + }, + "conflict": { + "contao/core": "2.11.*" + }, + "extra":{ + "contao": { + "sources":{ + "":"system/modules/rateit" + } + } + } +} \ No newline at end of file