From 35789d1970f8b5767b1b4b304f8211ef2fd62407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Auswo=CC=88ger?= Date: Wed, 23 Oct 2013 08:24:09 +0200 Subject: [PATCH] Added composer.json --- 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..a391047 --- /dev/null +++ b/composer.json @@ -0,0 +1,38 @@ +{ + "name":"madeyourday/contao-rocksolid-antispam", + "description":"Protect your site effectively from spam without causing your visitors unnecessary difficulties.", + "keywords":["contao","spam","form"], + "type":"contao-module", + "homepage":"http://rocksolidthemes.com/de/contao/plugins/honeypot-antispam", + "license":"MIT", + "authors":[ + { + "name":"RockSolid Themes", + "homepage":"http://rocksolidthemes.com/de/contao-themes", + "role":"Developer" + } + ], + "support":{ + "forum":"http://help.rocksolidthemes.com/discussions", + "issues":"https://github.com/madeyourday/contao-rocksolid-antispam/issues", + "source":"https://github.com/madeyourday/contao-rocksolid-antispam" + }, + "require":{ + "php":">=5.3", + "contao/core":">=3,<4", + "contao-community-alliance/composer-installer":"*" + }, + "autoload":{ + "classmap":["src/"] + }, + "replace":{ + "contao-legacy/rocksolid-antispam":"*" + }, + "extra":{ + "contao":{ + "sources":{ + "":"system/modules/rocksolid-antispam" + } + } + } +}