Add composer.json
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
composer.lock
|
||||||
@@ -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/" }
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user