handlebars.php-helpers/composer.json

39 lines
1.0 KiB
JSON

{
"name": "justblackbird/handlebars.php-helpers",
"version": "1.2.0",
"description": "A set of helpers for Handlebars.php template engine.",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Dmitriy Simushev",
"email": "simushevds@gmail.com"
},
{
"name": "Mibew Messenger project",
"homepage": "https://mibew.org/"
}
],
"support": {
"issues": "https://github.com/JustBlackBird/handlebars.php-helpers/issues",
"source": "https://github.com/JustBlackBird/handlebars.php-helpers"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/mibew/handlebars.php"
}
],
"require": {
"mibew/handlebars.php": "~0.10.5"
},
"require-dev": {
"phpunit/phpunit": "~4.4",
"squizlabs/php_codesniffer": "~2.0"
},
"autoload": {
"psr-4": {
"JustBlackBird\\HandlebarsHelpers\\": "src/"
}
}
}