-
Steve Ryan authoredSteve Ryan authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using Composer.
Learn more
composer.json 648 B
{
"name": "zordius/lightncandy",
"description": "An extremely fast PHP implementation of handlebars ( http://handlebarsjs.com/ ) and mustache ( http://mustache.github.io/ ).",
"homepage": "https://github.com/zordius/lightncandy",
"keywords": ["handlebars", "mustache", "PHP", "template", "logicless"],
"license": "MIT",
"authors": [
{
"name": "Zordius Chen",
"email": "zordius@yahoo-inc.com"
}
],
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "4.0.17"
},
"autoload": {
"classmap": ["src/lightncandy.php"]
}
}