]> scripts.mit.edu Git - autoinstalls/mediawiki.git/blob - vendor/zordius/lightncandy/composer.json
MediaWiki 1.30.2
[autoinstalls/mediawiki.git] / vendor / zordius / lightncandy / composer.json
1 {
2     "name": "zordius/lightncandy",
3     "description": "An extremely fast PHP implementation of handlebars ( http://handlebarsjs.com/ ) and mustache ( http://mustache.github.io/ ).",
4     "homepage": "https://github.com/zordius/lightncandy",
5     "keywords": ["handlebars", "mustache", "PHP", "template", "logicless"],
6     "license": "MIT",
7     "authors": [
8         {
9             "name": "Zordius Chen",
10             "email": "zordius@yahoo-inc.com"
11         }
12     ],
13     "require": {
14         "php": ">=5.3.0"
15     },
16     "require-dev": {
17         "phpunit/phpunit": "4.0.17"
18     },
19     "autoload": {
20         "classmap": ["src/lightncandy.php"]
21     }
22 }