Skip to content

Commit

Permalink
Create composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Nivanka Fonseka committed Apr 10, 2015
1 parent 39dc8c3 commit 1dfb8ac
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "silverstripers/silverstripe-markdown",
"description": "Markdown DB field and form field for SilverStripe",
"type": "silverstripe-module",
"keywords": ["silverstripe", "markdown", "module"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Nivanka Fonseka",
"email": "[email protected]"
}],
"require": {
"silverstripe/framework": "~3.1"
}

}

0 comments on commit 1dfb8ac

Please sign in to comment.