Skip to content

Commit 6be2574

Browse files
committed
Update composer.json
1 parent 3ecf54d commit 6be2574

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bobthecow/mustache-bundle",
33
"description": "Symfony Mustache.php Bundle",
4-
"keywords": ["templating", "mustache"],
4+
"keywords": ["templating", "mustache", "symfony", "symfony2", "sf2"],
55
"homepage": "http://github.com/bobthecow/BobthecowMustacheBundle",
66
"type": "symfony-bundle",
77
"license": "MIT",
@@ -13,7 +13,8 @@
1313
}
1414
],
1515
"require": {
16-
"php": ">=5.3.2"
16+
"php": ">=5.3.2",
17+
"mustache/mustache": "~2.5"
1718
},
1819
"autoload": {
1920
"psr-0": { "Bobthecow\\Bundle\\BobthecowMustacheBundle": "" }

0 commit comments

Comments
 (0)