Skip to content

Commit

Permalink
Merge pull request #33 from 1up-lab/feature/composerized
Browse files Browse the repository at this point in the history
Add composer support
  • Loading branch information
hschottm authored Jul 27, 2017
2 parents 8390751 + a117fdd commit fb5ab9e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name":"hschottm/contao-tags",
"description":"tags is a Contao extension that provides an architecture to tag any Contao element.",
"keywords":["contao", "module", "extension", "tagcloud", "tags"],
"type":"contao-module",
"license":"LGPL-3.0+",
"authors":[
{
"name":"Helmut Schottmüller",
"homepage":"http://www.aurealis.de"
}
],
"require":{
"php":">=5.3",
"contao/core": "~3.2",
"contao-community-alliance/composer-plugin": "~2.4"
},
"extra":{
"contao": {
"sources":{
"": "system/modules/tags"
}
}
}
}

0 comments on commit fb5ab9e

Please sign in to comment.