Skip to content

Commit

Permalink
chore(composer): Add composer json
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Crespi committed Sep 21, 2017
1 parent 1906c8c commit c152112
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "flxlabs/silverstripe-pagesections",
"description": "Adds configurable page sections and elements to your SilverStripe project.",
"type": "silverstripe-module",
"homepage": "http://github.com/flxlabs/silverstripe-pagesections",
"keywords": ["silverstripe", "sections", "elements", "page sections", "page elements"],
"license": "MIT",
"authors": [
{
"name": "Marco Crespi",
"email": "[email protected]"
}
],
"support": {
"issues": "http://github.com/flxlabs/silverstripe-pagesections/issues"
},
"require": {
"silverstripe/framework": "~3.6",
"flxlabs/silverstripe-versionedrelations": "^0.1.7"
},
"extra": {
"installer-name": "pagesections"
}
}

0 comments on commit c152112

Please sign in to comment.