{
	"name": "jdevalk/comment-hacks",
	"description": "Make comments management easier by applying some of the simple hacks Joost gathered over decades of using WordPress.",
	"keywords": [
		"comments",
		"spam",
		"emails"
	],
	"homepage": "https://joost.blog/plugins/comment-hacks/",
	"license": "GPL-3.0-or-later",
	"authors": [
		{
			"name": "Joost de Valk",
			"email": "joost@joost.blog",
			"homepage": "https://joost.blog"
		}
	],
	"type": "wordpress-plugin",
	"support": {
		"issues": "https://github.com/jdevalk/comment-hacks/issues",
		"forum": "https://wordpress.org/support/plugin/yoast-comment-hacks",
		"wiki": "https://github.com/jdevalk/comment-hacks/wiki",
		"source": "https://github.com/jdevalk/comment-hacks"
	},
	"require": {
		"php": ">=7.4",
		"composer/installers": "^1.12.0"
	},
	"require-dev": {
		"yoast/yoastcs": "^2.2.1",
		"yoast/wp-test-utils": "^1.1.1"
	},
	"config": {
		"platform": {
			"php": "7.4"
		},
		"allow-plugins": {
			"dealerdirect/phpcodesniffer-composer-installer": true,
			"composer/installers": true
		}
	},
	"minimum-stability": "dev",
	"prefer-stable": true,
	"autoload": {
		"classmap": [
			"admin/",
			"deprecated/",
			"inc/"
		]
	},
	"autoload-dev": {
		"classmap": [
			"tests/"
		]
	},
	"scripts": {
		"lint": [
			"@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php --show-deprecated --exclude vendor --exclude node_modules --exclude .git"
		],
		"config-yoastcs" : [
			"Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin::run",
			"@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --config-set default_standard Yoast"
		],
		"check-cs": [
			"@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --runtime-set testVersion 7.4-"
		],
		"fix-cs": [
			"@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf"
		],
		"test": [
			"@php ./vendor/phpunit/phpunit/phpunit"
		]
	}
}
