Current File : /var/www/html/blog/wp-content/plugins/pirate-forms/vendor/codeinwp/themeisle-sdk/composer.json
{
  "name": "codeinwp/themeisle-sdk",
  "description": "ThemeIsle SDK",
  "type": "library",
  "keywords": [
    "wordpress"
  ],
  "homepage": "https://github.com/Codeinwp/themeisle-sdk",
  "license": "GPL-2.0+",
  "authors": [
    {
      "name": "ThemeIsle team",
      "email": "friends@themeisle.com",
      "homepage": "https://themeisle.com"
    }
  ],
  "version": "3.3.40",
  "require-dev": {
    "codeinwp/phpcs-ruleset": "dev-main",
    "yoast/phpunit-polyfills": "^2.0"
  },
  "scripts": {
	"format": "phpcbf --standard=phpcs.xml --report-summary --report-source -s  --runtime-set testVersion 7.2- ",
	"phpcs": "phpcs --standard=phpcs.xml -s --runtime-set testVersion 7.2-",
	"lint": "composer run-script phpcs"
  },
  "support": {
    "issues": "https://github.com/Codeinwp/themeisle-sdk/issues"
  },
  "config": {
    "allow-plugins": {
      "dealerdirect/phpcodesniffer-composer-installer": true
    }
  }
}