composer.json
{
"name": "swaroopsm/tower",
"description": "A light weight helper for simple php templating",
"license": "MIT",
"keywords": ["templating", "template", "layout"],
"authors": [
{
"name": "Swaroop SM",
"email": "swaroop.striker@gmail.com"
}
],
"require": {
"php": ">=5.4"
},
"require-dev": {
"phpunit/phpunit": "4.*"
},
"autoload": {
"classmap": ["src/"]
}
}