mirror of
https://github.com/Mibew/handlebars.php.git
synced 2024-11-15 08:44:12 +03:00
32 lines
718 B
JSON
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/"
|
|
}
|
|
}
|
|
}
|