{
  "name": "raphaelvserafim/client-php-api-wa-me",
  "description": "Classe PHP para comunicação com api-wa.me",
  "type": "library",
  "homepage": "https://github.com/raphaelvserafim/client-php-api-wa-me",
  "license": "MIT",
  "minimum-stability": "dev",
  "prefer-stable": true,
  "autoload": {
    "psr-4": {
      "Api\\Wame\\": "src/"
    }
  },
  "require": {
    "ext-curl": "*"
  },
  "authors": [
    {
      "name": "Raphael Serafim",
      "email": "raphaelvserafim@gmail.com"
    }
  ]
}
