{
  "name": "getherbert/herbert",
  "description": "Herbert",
  "type": "wordpress-plugin",
  "license": "MIT",
  "require": {
    "composer/installers": "1.0.*",
    "twig/twig": "1.16.*",
    "komparu/php-client": "dev-php7"
  },
  "autoload": {
    "classmap": [
      "framework",
      "plugin/controllers",
      "plugin/models",
      "plugin/widgets",
      "plugin/processors",
      "plugin/helpers"
    ]
  },
  "repositories": [
    {
      "type": "vcs",
      "url": "git@github.com:komparu/php-client.git"
    }
  ]
}
