Abel
955715c79b
This Engine allows for really neat ways to handle templates. It is an optional dependency which will be installed if composer is used.
16 lines
284 B
JSON
16 lines
284 B
JSON
{
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"smarty/smarty": "~3.1",
|
|
"tracy/tracy": "*",
|
|
"latte/latte": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "5.3.*",
|
|
"apigen/apigen": "^4.1",
|
|
"mikey179/vfsStream": "1.1.*"
|
|
}
|
|
}
|