handlebars.php/composer.json
2013-11-08 00:13:55 +03:30

32 lines
718 B
JSON

{
"name": "xamin/handlebars.php",
"description": "Handlebars processor for php",
"homepage": "https://github.com/XaminProject/handlebars.php",
"type": "library",
"minimum-stability": "dev",
"prefer-stable": true,
"license": "MIT",
"authors": [
{
"name": "fzerorubigd",
"email": "fzerorubigd@gmail.com"
},
{
"name": "Behrooz Shabani (everplays)",
"email": "everplays@gmail.com"
}
],
"require": {
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"squizlabs/php_codesniffer": "1.*"
},
"autoload": {
"psr-0": {
"Handlebars": "src/"
}
}
}