{
  "name": "temp-mail-io/temp-mail-php",
  "type": "library",
  "license": "MIT",
  "keywords": [
    "email",
    "temp-mail",
    "temp-email"
  ],
  "authors": [
    {
      "name": "Michael Kozii",
      "email": "github@kozii.de"
    }
  ],
  "autoload": {
    "psr-4": {
      "TempMailIo\\TempMailPhp\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "TempMailIo\\TempMailPhp\\": "src/",
      "Tests\\": "tests/"
    }
  },
  "require": {
    "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
    "guzzlehttp/guzzle": "^7.9",
    "phpdocumentor/reflection-docblock": "^5.6"
  },
  "require-dev": {
    "phpstan/phpstan": "^2.1",
    "phpstan/phpstan-strict-rules": "^2.0",
    "phpstan/extension-installer": "^1.4",
    "phpunit/phpunit": "^10.5",
    "friendsofphp/php-cs-fixer": "^3.67",
    "mikey179/vfsstream": "^1.6"
  },
  "config": {
    "allow-plugins": {
      "phpstan/extension-installer": true
    }
  }
}
