{
  "name": "pluginever/wc-donation-manager",
  "description": "Easily manage and collect donations with WooCommerce. It provides a seamless solution for receiving donations for charitable organizations, non-profits, or businesses supporting a cause.",
  "homepage": "https://pluginever.com/plugins/woocommerce-donation-manager-pro/",
  "type": "wordpress-plugin",
  "license": "GPL-v2-or-later",
  "prefer-stable": true,
  "minimum-stability": "dev",
  "require": {
    "php": ">=7.4",
    "byteever/bytekit-plugin": "^1.0",
    "byteever/bytekit-settings": "^1.0"
  },
  "require-dev": {
    "byteever/byteever-sniffs": "^1.1"
  },
  "autoload": {
    "psr-4": {
      "WooCommerceDonationManager\\": "includes/"
    }
  },
  "autoload-dev": {},
  "config": {
    "preferred-install": "dist",
    "sort-packages": true,
    "optimize-autoloader": true,
    "allow-plugins": {
      "dealerdirect/phpcodesniffer-composer-installer": true
    }
  },
  "repositories": [
    {
      "type": "vcs",
      "url": "git@github.com:byteever/bytekit-plugin.git"
    },
    {
      "type": "vcs",
      "url": "git@github.com:byteever/bytekit-settings.git"
    }
  ],
  "scripts": {
    "post-install-cmd":"@strauss",
    "post-update-cmd": "@strauss",
    "makepot": "wp --allow-root i18n make-pot . --include=*.php,assets,includes,templates --slug=wc-donation-manager",
    "phpcs": "@php ./vendor/bin/phpcs --standard=phpcs.xml -s -v",
    "phpcbf": "@php ./vendor/bin/phpcbf --standard=phpcs.xml -v",
    "strauss": [
      "test -f ./bin/strauss.phar || curl -o bin/strauss.phar -L https://github.com/BrianHenryIE/strauss/releases/download/0.24.1/strauss.phar",
      "@php bin/strauss.phar",
      "find ./vendor/vendor-prefixed -type f -name '*.php' -exec perl -i -pe \"s/'bytekit-textdomain'/'wc-donation-manager'/g\" {} +"
    ]
  },
  "extra": {
    "strauss": {
      "target_directory": "vendor/vendor-prefixed",
      "namespace_prefix": "WooCommerceDonationManager\\",
      "classmap_prefix": "WooCommerceDonationManager__",
      "include_modified_date": false,
      "include_author": false,
      "delete_vendor_packages": true,
      "packages": [
        "byteever/bytekit-plugin",
        "byteever/bytekit-settings"
      ]
    }
  }
}
