fenom/composer.json

25 lines
599 B
JSON
Raw Normal View History

2013-01-25 18:36:16 +04:00
{
"name": "megagroup/aspect",
"type": "library",
"description": "Aspect - faster template engine",
"keywords": ["aspect", "templater", "templating", "template", "yohoho"],
2013-01-25 18:36:16 +04:00
"license": "MIT",
"authors": [
{
"name": "Ivan Shalganov",
"email": "a.cobest@gmail.com"
}
],
"require": {
"php": ">=5.3.3",
"ext-tokenizer": "*"
},
"require-dev": {
2013-01-25 19:13:33 +04:00
"phpunit/phpunit": "3.7.*",
"smarty/smarty": "3.*",
"twig/twig": "1.*"
2013-01-25 18:36:16 +04:00
},
"autoload": {
"psr-0": { "Aspect": "src/" }
}
}