{
  "name": "getbrevo/brevo-php",
  "version": "4.0.7",
  "description": "Official PHP SDK for the Brevo API.",
  "keywords": [
    "brevo",
    "api",
    "sdk"
  ],
  "license": "MIT",
  "require": {
    "php": "^8.1",
    "ext-json": "*",
    "psr/http-client": "^1.0",
    "psr/http-client-implementation": "^1.0",
    "psr/http-factory": "^1.0",
    "psr/http-factory-implementation": "^1.0",
    "psr/http-message": "^1.1 || ^2.0",
    "php-http/discovery": "^1.0",
    "php-http/multipart-stream-builder": "^1.0"
  },
  "require-dev": {
    "phpunit/phpunit": "^9.0",
    "friendsofphp/php-cs-fixer": "3.5.0",
    "phpstan/phpstan": "^1.12",
    "guzzlehttp/guzzle": "^7.4"
  },
  "autoload": {
    "psr-4": {
      "Brevo\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Brevo\\Tests\\": "tests/"
    }
  },
  "scripts": {
    "build": [
      "@php -l src",
      "@php -l tests"
    ],
    "test": "phpunit",
    "analyze": "phpstan analyze src tests --memory-limit=1G"
  },
  "author": {
    "name": "Brevo",
    "url": "https://brevo.com",
    "email": "support@brevo.com"
  }
}