{
  "name": "io-digital/payfast",
  "author": "Gareth Nicholson",
  "description": "Process online payments in Laravel with Payfast",
  "keywords": ["package", "laravel", "payfast"],
  "license": "MIT",
  "require": {
    "illuminate/support": "^5.1",
    "illuminate/http": "^5.1",
    "mathiasverraes/money": "^1.3"
  },
  "require-dev": {
    "phpunit/phpunit" : "4.*",
    "scrutinizer/ocular": "~1.1",
    "squizlabs/php_codesniffer": "~2.3"
  },
  "autoload": {
    "psr-4": {
      "IoDigital\\Payfast\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "IoDigital\\Payfast\\": "tests"
    }
  },
  "scripts": {
    "test": "phpunit"
  }
}
