handlebars.php/composer.json

20 lines
423 B
JSON
Raw Normal View History

2012-10-25 19:30:10 +04:00
{
"name": "xamin/handlebars.php",
"description": "Handlebars processor for php",
2012-10-26 01:41:33 +04:00
"homepage": "https://github.com/XaminProject/handlebars.php",
2012-10-26 01:21:38 +04:00
"type": "library",
"license": "GPLv3",
2012-10-25 19:30:10 +04:00
"authors": [
{
"name": "fzerorubigd",
"email": "fzerorubigd@gmail.com"
}
],
"require": {
2012-10-26 01:21:38 +04:00
},
"autoload": {
"psr-0": { "Handlebars": "src/" }
2012-10-25 19:30:10 +04:00
}
}