handlebars.php/composer.json

36 lines
824 B
JSON
Raw Permalink Normal View History

2012-10-25 19:30:10 +04:00
{
2019-04-17 17:52:02 +03:00
"name": "mibew/handlebars.php",
2012-10-25 19:30:10 +04:00
"description": "Handlebars processor for php",
2019-04-17 17:52:02 +03:00
"homepage": "https://github.com/Mibew/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"
2019-04-17 17:52:02 +03:00
},
{
"name": "Mibew Messenger project",
"homepage": "https://mibew.org/"
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
}
}