{
  "name": "omise/omise-php",
  "description": "Omise API PHP Lib",
  "keywords": ["payment", "omise", "creditcard"],
  "type": "library",
  "license": "MIT",
  "homepage": "https://github.com/omise/omise-php.git",
  "authors": [
    {
      "name": "omise",
      "email": "apps@omise.co"
    }
  ],
  "require": {
    "php": ">=5.3.2"
  },
  "require-dev": {
    "phpunit/phpunit": "4.4.*"
  },
  "autoload": {
    "classmap": ["lib/omise/"]
  }
}
