mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
25 lines
599 B
JSON
25 lines
599 B
JSON
{
|
|
"name": "megagroup/aspect",
|
|
"type": "library",
|
|
"description": "Aspect - faster template engine",
|
|
"keywords": ["aspect", "templater", "templating", "template", "yohoho"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Ivan Shalganov",
|
|
"email": "a.cobest@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"ext-tokenizer": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "3.7.*",
|
|
"smarty/smarty": "3.*",
|
|
"twig/twig": "1.*"
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "Aspect": "src/" }
|
|
}
|
|
} |