Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bobthecow committed Mar 31, 2014
1 parent 3ecf54d commit 6be2574
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bobthecow/mustache-bundle",
"description": "Symfony Mustache.php Bundle",
"keywords": ["templating", "mustache"],
"keywords": ["templating", "mustache", "symfony", "symfony2", "sf2"],
"homepage": "http://github.com/bobthecow/BobthecowMustacheBundle",
"type": "symfony-bundle",
"license": "MIT",
Expand All @@ -13,7 +13,8 @@
}
],
"require": {
"php": ">=5.3.2"
"php": ">=5.3.2",
"mustache/mustache": "~2.5"
},
"autoload": {
"psr-0": { "Bobthecow\\Bundle\\BobthecowMustacheBundle": "" }
Expand Down

0 comments on commit 6be2574

Please sign in to comment.