{
	"name": "wpsyntex/wpml-to-polylang",
	"description": "Import multilingual data from WPML into Polylang.",
	"license": "GPL-3.0-or-later",
	"homepage": "https://polylang.pro",
	"type": "wordpress-plugin",
	"minimum-stability": "dev",
	"prefer-stable": true,
	"require": {
		"php": ">=5.6"
	},
	"require-dev": {
		"wpsyntex/polylang-cs": "dev-main",
		"wpsyntex/polylang-phpstan": "^1.0",
		"wpsyntex/polylang-stubs": "dev-master"
	},
	"autoload": {
		"psr-4": {
			"WP_Syntex\\WPML_To_Polylang\\": "src/"
		}
	},
	"scripts": {
		"cs":"vendor/bin/phpcs",
		"stan": "vendor/bin/phpstan analyze --memory-limit=400M",
		"lint": [
			"@cs",
			"@stan"
		]
	},
	"scripts-descriptions": {
		"cs":"Runs PHPCS linter.",
		"stan": "Runs PHPStan analysis.",
		"lint": "Runs both PHPCS and PHPStan."
	},
	"config": {
		"allow-plugins": {
			"dealerdirect/phpcodesniffer-composer-installer": true
		}
	}
}
