{
  "name": "edson-nascimento/getnet-php",
  "description": "SDK php para integração com a API Getnet",
  "minimum-stability": "stable",
  "license": "MIT",
  "type": "library",
  "require": {
    "php": ">=5.6.0"
  },
  "autoload": {
    "psr-4": {
      "Getnet\\": "src//Getnet"
    }
  },
  "authors": [
    {
      "name": "Bruno Paz",
      "email": "brunopaz@azpay.com.br"
    },
    {
      "name": "Edson Nascimento",
      "email": "edson27bn@gmail.com"
    }
  ],
  "homepage": "https://github.com/edson-nascimento/getnet-php"
}
