Skip to content

Commit

Permalink
Add composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bobthecow committed Mar 18, 2012
1 parent 23a4bb0 commit 99ff731
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1 @@
composer.lock
21 changes: 21 additions & 0 deletions composer.json
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "bobthecow/mustache",
"description": "A Mustache implementation in PHP.",
"keywords": ["templating", "mustache"],
"homepage": "https://github.com/bobthecow/mustache.php",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Justin Hileman",
"email": "justin@justinhileman.info",
"homepage": "http://justinhileman.com/"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": { "Mustache": "src/" }
}
}

0 comments on commit 99ff731

Please sign in to comment.