Skip to content

Commit

Permalink
Add composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
stloyd committed Jan 4, 2012
1 parent 239972d commit 0308a44
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions composer.json
@@ -0,0 +1,31 @@
{
"name": "knplabs/knp-markdown-bundle",
"type": "symfony-bundle",
"keywords": ["markdown"],
"homepage": "http://github.com/KnpLabs/KnpMarkdownBundle",
"license": "MIT",

"authors": [
{
"name": "KnpLabs Team",
"homepage": "http://knplabs.com"
},
{
"name": "Symfony Community",
"homepage": "http://github.com/KnpLabs/KnpMarkdownBundle/contributors"
}
],

"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "2.0.*"
},

"autoload": {
"psr-0": {
"Knp\\Bundle\\MarkdownBundle": ""
}
},

"target-dir": "Knp/Bundle/MarkdownBundle"
}

0 comments on commit 0308a44

Please sign in to comment.