{
	"name": "ithemes/ithemes-sync",
	"description": "A WordPress plugin to connect Sync with your WordPress website.",
	"type": "wordpress-plugin",
	"license": "GPL-3.0-or-later",
	"minimum-stability": "stable",
	"autoload-dev": {
		"psr-4": {
			"SolidWP\\Central\\Tests\\Support\\Helper\\": "tests/_support/Helper",
			"SolidWP\\Central\\Tests\\EndToEnd\\": "tests/EndToEnd",
			"SolidWP\\Central\\Tests\\Integration\\": "tests/Integration",
			"SolidWP\\Central\\Tests\\Wpunit\\": "tests/Wpunit"
		}
	},
	"require-dev": {
		"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
		"dms/phpunit-arraysubset-asserts": "^0.5.0",
		"lucatume/wp-browser": "^3.5 || ^4.0",
		"php-stubs/wordpress-tests-stubs": "^6.3",
		"php-stubs/wp-cli-stubs": "^2.9",
		"phpcompatibility/phpcompatibility-wp": "^2.1",
		"phpstan/extension-installer": "^1.3",
		"phpstan/phpstan": "^1.11",
		"squizlabs/php_codesniffer": "^3.7",
		"stellarwp/coding-standards": "^2.0",
		"szepeviktor/phpstan-wordpress": "^1.3",
		"wp-cli/wp-cli-bundle": "^2.9"
	},
	"config": {
		"allow-plugins": {
			"dealerdirect/phpcodesniffer-composer-installer": true,
			"phpstan/extension-installer": true
		}
	},
	"scripts": {
		"analyse": [
			"@php vendor/bin/phpstan analyse --memory-limit=4G --no-progress --no-interaction --ansi"
		],
		"lint:wp": [
			"@php vendor/bin/phpcs -s"
		],
		"lint:wp:fix": [
			"@php vendor/bin/phpcbf"
		]
	},
	"require": {
		"ext-json": "*"
	}
}
