{
	"require": {
		"php": ">=7.4",
		"ernilambar/wp-admin-notice": "^2"
	},
	"require-dev": {
		"php-parallel-lint/php-parallel-lint": "^1.4",
		"phpcompatibility/php-compatibility": "dev-develop#02835e45d27f5d0ed1642d5c8a5e8bfd2c7d7796",
		"slevomat/coding-standard": "^8.15",
		"wp-cli/i18n-command": "^2.6",
		"wp-coding-standards/wpcs": "^3.2"
	},
	"config": {
		"allow-plugins": {
			"dealerdirect/phpcodesniffer-composer-installer": true,
			"ergebnis/composer-normalize": true
		},
		"optimize-autoloader": true,
		"process-timeout": 7200,
		"sort-packages": true
	},
	"scripts": {
		"format": "@php ./vendor/bin/phpcbf --report-full --report-summary",
		"lint": [
			"@lint-php",
			"@phpcs"
		],
		"lint-php": "@php ./vendor/bin/parallel-lint --colors --exclude .git --exclude vendor --exclude node_modules --exclude deploy .",
		"phpcs": "@php ./vendor/bin/phpcs --report-full --report-summary",
		"pot": "./vendor/bin/wp i18n make-pot . --exclude=build,deploy,node_modules,vendor --headers='{\"POT-Creation-Date\":\"\"}'"
	}
}
