{
	"name": "monitorcat/monitor-cat",
	"description": "WordPress SEO, Speed, and Diagnostics plugin",
	"type": "wordpress-plugin",
	"license": "GPL-2.0-or-later",
	"minimum-stability": "stable",
	"autoload": {
		"psr-4": {
			"MonitorCat\\": "src/"
		}
	},
	"autoload-dev": {
		"psr-4": {
			"MonitorCat\\Tests\\": "tests/"
		}
	},
	"require": {
		"php": ">=8.0"
	},
	"require-dev": {
		"phpunit/phpunit": "^10.0 || ^11.0",
		"phpstan/phpstan": "^2.0",
		"squizlabs/php_codesniffer": "^3.11",
		"wp-coding-standards/wpcs": "^3.1",
		"szepeviktor/phpstan-wordpress": "^2.0",
		"yoast/phpunit-polyfills": "^3.0"
	},
	"config": {
		"allow-plugins": {
			"dealerdirect/phpcodesniffer-composer-installer": true
		}
	},
	"scripts": {
		"lint": "phpcs",
		"lint:fix": "phpcbf",
		"phpstan": "phpstan analyse",
		"test": "phpunit"
	}
}
