{
  "name": "friendlycaptcha/sdk",
  "description": "Serverside SDK for the Friendly Captcha API.",
  "type": "library",
  "require-dev": {
    "phpunit/phpunit": ">=7"
  },
  "license": "MIT",
  "autoload": {
    "classmap": ["src/"]
  },
  "autoload-dev": {
    "classmap": [
      "tests/"
    ]
  },
  "authors": [
    {
      "name": "Friendly Captcha GmbH",
      "email": "dev@friendlycaptcha.com",
      "homepage": "https://friendlycaptcha.com/"
    }
  ],
  "require": {
    "php": ">=7.1"
  }
}
