handlebars.php/composer.json

32 lines
718 B
JSON
Raw Normal View History

2012-10-25 19:30:10 +04:00
{
2013-11-05 14:49:45 +04:00
"name": "xamin/handlebars.php",
2012-10-25 19:30:10 +04:00
"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",
"minimum-stability": "dev",
"prefer-stable": true,
2013-11-05 14:49:45 +04:00
"license": "MIT",
2012-10-25 19:30:10 +04:00
"authors": [
{
"name": "fzerorubigd",
"email": "fzerorubigd@gmail.com"
2013-11-05 14:49:45 +04:00
},
{
"name": "Behrooz Shabani (everplays)",
"email": "everplays@gmail.com"
2012-10-25 19:30:10 +04:00
}
],
"require": {
},
"require-dev": {
"phpunit/phpunit": "~4.4",
"squizlabs/php_codesniffer": "~1.5"
},
2012-10-26 01:21:38 +04:00
"autoload": {
"psr-0": {
"Handlebars": "src/"
}
2012-10-25 19:30:10 +04:00
}
}