fenom/composer.json
2013-06-28 11:53:53 +04:00

29 lines
717 B
JSON

{
"name": "bzick/fenom",
"type": "library",
"description": "Fenom - fast template engine for PHP",
"homepage": "http://bzick.github.io/fenom/",
"keywords": ["fenom", "template", "templating"],
"license": "BSD-3",
"authors": [
{
"name": "Ivan Shalganov",
"email": "a.cobest@gmail.com"
}
],
"require": {
"php": ">=5.3.0",
"ext-tokenizer": "*"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"satooshi/php-coveralls": "dev-master",
"smarty/smarty": "3.*",
"twig/twig": "1.*"
},
"autoload": {
"psr-0": { "Fenom\\": "src/" },
"classmap": [ "src/Fenom.php" ]
}
}