{
	"name": "supertab/supertab-connect",
	"description": "Connect your WordPress site to the Supertab platform.",
	"type": "wordpress-plugin",
	"license": "GPL-2.0-or-later",
	"require": {
		"php": ">=8.1",
		"getsupertab/connect-sdk-php": "^1.3.0"
	},
	"require-dev": {
		"automattic/vipwpcs": "^3.0",
		"php-parallel-lint/php-parallel-lint": "^1.4",
		"php-stubs/wordpress-stubs": "^6.9",
		"phpcompatibility/phpcompatibility-wp": "*",
		"phpstan/phpstan": "^2.0",
		"phpunit/phpunit": "^10.0",
		"szepeviktor/phpstan-wordpress": "^2.0",
		"yoast/phpunit-polyfills": "^2.0"
	},
	"autoload": {
		"classmap": [
			"src/"
		]
	},
	"autoload-dev": {
		"psr-4": {
			"Supertab_Connect\\Tests\\": "tests/"
		}
	},
	"config": {
		"allow-plugins": {
			"dealerdirect/phpcodesniffer-composer-installer": true
		},
		"sort-packages": true
	},
	"scripts": {
		"prepare": "git config core.hooksPath .hooks",
		"post-install-cmd": "@prepare",
		"post-update-cmd": "@prepare",
		"lint": "parallel-lint --exclude vendor --exclude node_modules .",
		"phpcs": "phpcs",
		"phpcbf": "phpcbf",
		"phpstan": "phpstan analyse --memory-limit=512M",
		"test": "phpunit",
		"check": [
			"@lint",
			"@phpcs",
			"@phpstan"
		]
	}
}
