{ "name": "fenom/fenom", "type": "library", "description": "Fenom - fast template engine for PHP", "homepage": "http://bzick.github.io/fenom/", "keywords": ["fenom", "template", "templating", "cytro"], "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.*", "smarty/smarty": "3.*", "twig/twig": "1.*" }, "autoload": { "psr-0": { "Fenom\\": "src/" }, "classmap": [ "src/Fenom.php" ] } }