{
  "name": "webconsol/php-hbs-helpers",
  "version": "1.0.0",
  "description": "PHP Handlebars Helpers",
  "type": "library",
  "keywords": [
    "handlebars"
  ],
  "homepage": "https://github.com/WEBCONSOL/php-hbs-helpers",
  "license": "MIT",
  "authors": [
    {
      "name": "Sothea Nim",
      "email": "sothea.nim@webconsol.com",
      "homepage": "https://www.webconsol.com"
    }
  ],
  "require": {
    "php": ">=7.1"
  },
  "autoload": {
    "psr-0": {
      "Handlebars\\Engine": "src/",
      "Handlebars\\Exception": "src/",
      "Handlebars\\Helpers": "src/",
      "Handlebars\\Less": "src/",
      "Handlebars\\Processors": "src/",
      "Handlebars\\Sass": "src/",
      "Handlebars\\Utils": "src/"
    }
  }
}
