{
  "name": "mzeahmed/link-products-to-sendinblue",
  "description": "",
  "keywords": [
    "wordpress",
    "plugin"
  ],
  "homepage": "https://github.com/mzeahmed/link-products-to-sendinblue",
  "authors": [
    {
      "name": "Ahmed Mze",
      "homepage": "https://ahmedmze.fr"
    }
  ],
  "autoload": {
    "psr-4": {
      "LPTS\\": "src/"
    }
  },
  "type": "wordpress-plugin",
  "require": {
    "php": ">=8.0",
    "ext-json": "*",
    "getbrevo/brevo-php": "^2.0",
    "mzeahmed/wp-toolkit": "^1.0",
    "symfony/config": "^6.4",
    "symfony/dependency-injection": "^6.4",
    "symfony/yaml": "^6.4"
  },
  "require-dev": {
    "phpcompatibility/php-compatibility": "^9.3",
    "phpcsstandards/php_codesniffer": "^3.12",
    "phpstan/phpstan": "^2.1",
    "phpunit/phpunit": "^9.5",
    "roave/security-advisories": "dev-latest",
    "szepeviktor/phpstan-wordpress": "^2.0"
  },
  "prefer-stable": true,
  "config": {
    "sort-packages": true
  },
  "scripts": {
    "phpcs:init": "php vendor/bin/phpcs --config-set installed_paths vendor/phpcompatibility/php-compatibility",
    "phpcs": "php vendor/bin/phpcs",
    "phpcbf": "php vendor/bin/phpcbf"
  }
}
