fenom/composer.json

28 lines
669 B
JSON

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