{
  "name": "canihavesomecoffee/thetvdbapi",
  "description": "PHP implementation for the 2nd (or newer) version of the TheTVDb API.",
  "type": "library",
  "minimum-stability": "stable",
  "license": "ISC",
  "authors": [
    {
      "name": "Willem Van Iseghem (canihavesomecoffee)",
      "email": "thetvdbapi@canihavesome.coffee"
    }
  ],
  "require": {
    "php": ">=7.2",
    "guzzlehttp/guzzle": "^6.4",
    "symfony/serializer": "^3.4",
    "symfony/property-access": "^3.4",
    "symfony/property-info": "^3.4",
    "ext-json": "*"
  },
  "require-dev": {
    "phpunit/phpunit": "^8.5"
  },
  "autoload": {
    "psr-4": {
      "CanIHaveSomeCoffee\\TheTVDbAPI\\": "src/"
    }
  }
}
