{
  "name": "fumikito/wp-hamazon",
  "description": "A WordPress plugin to fetch affiliate link.",
  "type": "wordpress-plugin",
  "license": "GPL-3.0-or-later",
  "authors": [
    {
      "name": "Takahashi Fumiki",
      "email": "info@takahashifumiki.com"
    }
  ],
  "scripts": {
    "test": "phpunit",
    "lint": "phpcs --standard=phpcs.ruleset.xml $(find ./ -name '*.php')",
    "fix": "phpcbf --standard=phpcs.ruleset.xml $(find ./ -name '*.php')"
  },
  "minimum-stability": "stable",
  "require": {
    "php": ">=7.4",
    "thewirecutter/paapi5-php-sdk": "^1.0"
  },
  "require-dev": {
    "phpunit/phpunit": "^9.0",
    "yoast/phpunit-polyfills": "^1.0",
    "wp-coding-standards/wpcs": "^3.0",
    "phpcompatibility/php-compatibility": "^9.3",
    "dealerdirect/phpcodesniffer-composer-installer": "^1.0"
  },
  "autoload": {
    "psr-0": {
      "Hametuha\\WpHamazon": "app"
    }
  },
  "config": {
    "allow-plugins": {
      "dealerdirect/phpcodesniffer-composer-installer": true
    }
  }
}
