Skip to content

Commit

Permalink
Added composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ausi committed Oct 23, 2013
1 parent 05d57f5 commit 35789d1
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
}

0 comments on commit 35789d1

Please sign in to comment.