fenom/composer.json

27 lines
665 B
JSON
Raw Normal View History

2013-01-25 18:36:16 +04:00
{
2013-02-08 14:53:20 +04:00
"name": "bzick/aspect",
2013-01-25 18:36:16 +04:00
"type": "library",
2013-02-08 14:52:28 +04:00
"description": "Aspect - fast template engine for PHP",
"homepage": "https://github.com/bzick/aspect",
2013-02-20 22:32:14 +04:00
"keywords": ["aspect", "template", "templating"],
2013-01-25 18:36:16 +04:00
"license": "MIT",
"authors": [
{
"name": "Ivan Shalganov",
2013-02-08 14:52:28 +04:00
"email": "a.beast@gmail.com"
2013-01-25 18:36:16 +04:00
}
],
"require": {
2013-02-08 14:52:28 +04:00
"php": ">=5.3.0",
2013-01-25 18:36:16 +04:00
"ext-tokenizer": "*"
},
"require-dev": {
2013-01-25 19:13:33 +04:00
"phpunit/phpunit": "3.7.*",
"smarty/smarty": "3.*",
2013-02-20 19:51:06 +04:00
"twig/twig": "1.*",
"latte/latte": "dev-master"
2013-01-25 18:36:16 +04:00
},
"autoload": {
"psr-0": { "Aspect": "src/" }
}
}