mirror of
https://github.com/Mibew/handlebars.php.git
synced 2024-11-15 00:34:12 +03:00
36 lines
824 B
JSON
36 lines
824 B
JSON
{
|
|
"name": "mibew/handlebars.php",
|
|
"description": "Handlebars processor for php",
|
|
"homepage": "https://github.com/Mibew/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"
|
|
},
|
|
{
|
|
"name": "Mibew Messenger project",
|
|
"homepage": "https://mibew.org/"
|
|
}
|
|
],
|
|
"require": {
|
|
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.4",
|
|
"squizlabs/php_codesniffer": "~1.5"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Handlebars": "src/"
|
|
}
|
|
}
|
|
}
|