composer.json
{
"name": "phpixie/template",
"description": "Templating library for PHPixie",
"keywords": ["templating", "template"],
"homepage": "http://phpixie.com",
"type": "library",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Roman Tsiupa",
"email": "draconyster@gmail.com",
"homepage": "http://dracony.org"
}
],
"require": {
"phpixie/slice": "~3.0",
"phpixie/filesystem": "~3.0"
},
"require-dev": {
"phpixie/test": "~3.0"
},
"autoload": {
"psr-4": {
"PHPixie\\": "src/PHPixie",
"PHPixie\\Tests\\": "tests/PHPixie/Tests"
}
},
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
}
}