mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
26 lines
622 B
JSON
26 lines
622 B
JSON
{
|
|
"name": "fenom/fenom",
|
|
"type": "library",
|
|
"description": "Fenom - excellent template engine for PHP",
|
|
"keywords": ["fenom", "template", "templating", "templater"],
|
|
"license": "BSD-3",
|
|
"authors": [
|
|
{
|
|
"name": "Ivan Shalganov",
|
|
"email": "a.cobest@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"ext-tokenizer": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "*",
|
|
"satooshi/php-coveralls": "dev-master"
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "Fenom\\": "src/" },
|
|
"classmap": [ "src/Fenom.php" ]
|
|
}
|
|
}
|