{
	"name": "joostdevalk/fewer-tags",
	"description": "Plugin that redirects tag pages to the home page if they contain fewer than a specified number of posts.",
	"type": "wordpress-plugin",
	"license": "GPL-3.0-or-later",
	"authors": [
		{
			"name": "Joost de Valk",
			"email": "joost@joost.blog"
		}
	],
	"minimum-stability": "dev",
	"require-dev": {
		"wp-coding-standards/wpcs": "^3.0",
		"phpcompatibility/phpcompatibility-wp": "*",
		"php-parallel-lint/php-parallel-lint": "^1.3",
		"yoast/wp-test-utils": "^1.2",
		"phpstan/phpstan": "^1.10",
		"szepeviktor/phpstan-wordpress": "^1.3",
		"phpstan/extension-installer": "^1.3",
		"phpcompatibility/php-compatibility": "dev-develop as 9.99.99"
	},
	"scripts": {
		"check-cs": [
			"@php ./vendor/bin/phpcs"
		],
		"fix-cs": [
			"@php ./vendor/bin/phpcbf"
		],
		"lint": [
			"@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php --show-deprecated --exclude vendor --exclude node_modules --exclude .git"
		],
		"lint-blueprint": [
			"@php -r \"exit( intval( is_null( json_decode( file_get_contents( './.wordpress-org/blueprints/blueprint.json' ) ) ) ) );\""
		],
		"test": [
            "@php ./vendor/phpunit/phpunit/phpunit"
        ],
		"phpstan": [
			"@php ./vendor/bin/phpstan analyse --memory-limit=2048M"
		]
	},
	"config": {
		"allow-plugins": {
			"dealerdirect/phpcodesniffer-composer-installer": true,
			"phpstan/extension-installer": true
		}
	}
}
