1{
2    "name": "salesforce/handlebars-php",
3    "description": "Handlebars processor for php",
4    "homepage": "http://www.github.com/salesforce/handlebars-php",
5    "keywords": ["templating", "mustache", "handlebars"],
6    "type": "library",
7    "license": "MIT",
8    "authors": [
9        {
10            "name": "fzerorubigd",
11            "email": "fzerorubigd@gmail.com"
12        },
13        {
14            "name": "Behrooz Shabani (everplays)",
15            "email": "everplays@gmail.com"
16        },
17        {
18            "name": "Mardix",
19            "homepage": "https://github.com/mardix"
20        }
21    ],
22    "require": {
23        "php": ">=5.4.0"
24    },
25    "require-dev": {
26        "phpunit/phpunit": "^9"
27    },
28    "autoload": {
29        "psr-0": {
30            "Handlebars": "src/"
31        }
32    }
33}
34