Skip to content

Commit

Permalink
More information in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
spekulatius committed Feb 13, 2016
1 parent 15cc63b commit 9e3d8f1
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"name": "i-lateral/silverstripe-filterable",
"description": "Silverstripe module allowing creation of custom filters through the admin interface and then assigning to an object.",
"name": "i-lateral/silverstripe-filterable",
"description": "Silverstripe module allowing creation of custom filters through the admin interface and then assigning to an object.",
"type": "silverstripe-module",
"homepage": "http://github.com/i-lateral/silverstripe-filterable",
"keywords": ["silverstripe", "dataobject", "filter"],
"keywords": [
"silverstripe",
"dataobject",
"filter"
],
"license": "BSD-3-Clause",
"authors": [
{
Expand All @@ -24,4 +28,4 @@
"extra": {
"installer-name": "filterable"
}
}
}

0 comments on commit 9e3d8f1

Please sign in to comment.