Skip to content

Commit

Permalink
Merge pull request #41 from toinouu/master
Browse files Browse the repository at this point in the history
add composer.json
  • Loading branch information
ornicar committed Apr 12, 2012
2 parents 4df0211 + 0a474d0 commit 236a6af
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": "herzult/forum-bundle",
"description": "A simple Symfony forum bundle.",
"keywords": ["symfony", "forum"],
"homepage": "https://github.com/Herzult/HerzultForumBundle.git",
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "Antoine Hérault",
"email": "[email protected]",
"homepage": "https://github.com/Herzult"
}
],
"require": {
"php": ">=5.3.0",
"pagerfanta/pagerfanta" : "*",
"white-october/pagerfanta-bundle" : "*"
},
"autoload": {
"psr-0": { "Herzult\\HerzultForumBundle": "" }
},
"target-dir": "Herzult/HerzultForumBundle"
}

0 comments on commit 236a6af

Please sign in to comment.