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",
|
2013-11-07 22:17:57 +04:00
|
|
|
"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
|
|
|
}
|
|
|
|
],
|
2013-11-07 22:17:57 +04:00
|
|
|
"require": {
|
|
|
|
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2014-12-12 15:55:04 +03:00
|
|
|
"phpunit/phpunit": "~4.4",
|
|
|
|
"squizlabs/php_codesniffer": "~1.5"
|
2013-11-07 22:17:57 +04:00
|
|
|
},
|
2012-10-26 01:21:38 +04:00
|
|
|
"autoload": {
|
2013-11-07 22:17:57 +04:00
|
|
|
"psr-0": {
|
|
|
|
"Handlebars": "src/"
|
|
|
|
}
|
2012-10-25 19:30:10 +04:00
|
|
|
}
|
2013-11-07 22:17:57 +04:00
|
|
|
}
|