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 0d9e0f4 commit 43ccaeb
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"name":"madeyourday/contao-rocksolid-custom-elements",
"description":"Create your own, nestable content elements using a modular system. End the WYSIWYG chaos with your own content elements.",
"keywords":["contao","custom-elements","content-elements"],
"type":"contao-module",
"homepage":"http://rocksolidthemes.com/de/contao/plugins/custom-content-elements",
"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-custom-elements/issues",
"source":"https://github.com/madeyourday/contao-rocksolid-custom-elements"
},
"require":{
"php":">=5.3",
"contao/core":">=3,<4",
"contao-community-alliance/composer-installer":"*",
"madeyourday/contao-rocksolid-icon-picker":"~1.0"
},
"autoload":{
"classmap":["src/"]
},
"replace":{
"contao-legacy/rocksolid-custom-elements":"*"
},
"extra":{
"contao":{
"sources":{
"":"system/modules/rocksolid-custom-elements"
}
}
}
}

0 comments on commit 43ccaeb

Please sign in to comment.