fenom/composer.json
2013-02-22 09:42:49 +04:00

28 lines
667 B
JSON

{
"name": "bzick/aspect",
"type": "library",
"description": "Aspect - fast template engine for PHP",
"homepage": "https://github.com/bzick/aspect",
"keywords": ["aspect", "template", "templating"],
"license": "MIT",
"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.*",
"latte/latte": "dev-master"
},
"autoload": {
"psr-0": { "Aspect": "src/" }
}
}