mirror of
https://github.com/Mibew/handlebars.php-helpers.git
synced 2025-03-16 02:34:12 +03:00
29 lines
793 B
JSON
29 lines
793 B
JSON
{
|
|
"name": "justblackbird/handlebars.php-helpers",
|
|
"version": "0.1.0",
|
|
"description": "A set of helpers for Handlebars.php template engine.",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Dmitriy Simushev",
|
|
"email": "simushevds@gmail.com"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/JustBlackBird/handlebars.php-helpers/issues",
|
|
"source": "https://github.com/JustBlackBird/handlebars.php-helpers"
|
|
},
|
|
"require": {
|
|
"xamin/handlebars.php": "0.10.*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.4",
|
|
"squizlabs/php_codesniffer": "~2.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"JustBlackBird\\HandlebarsHelpers\\": "src/"
|
|
}
|
|
}
|
|
} |