mirror of
https://github.com/Mibew/handlebars.php-helpers.git
synced 2025-03-16 02:34:12 +03:00
39 lines
1.0 KiB
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/"
|
|
}
|
|
}
|
|
} |