{
	"name": "petitioner/petitioner-plugin",
	"type": "wordpress-plugin",
	"minimum-stability": "stable",
	"require": {
		"php": ">=8.0"
	},
	"require-dev": {
		"automattic/wordbless": "^0.6.0",
		"phpunit/phpunit": "^9.6",
		"yoast/phpunit-polyfills": "^1.0"
	},
	"autoload-dev": {
		"psr-4": {
			"Petitioner\\Tests\\": "tests/"
		}
	},
	"scripts": {
		"test": "phpunit",
		"test:coverage": "phpunit --coverage-html coverage-php",
		"post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy",
		"post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy"
	},
	"extra": {
		"wordpress-install-dir": "wordpress"
	},
	"config": {
		"allow-plugins": {
			"roots/wordpress-core-installer": true,
			"automattic/wordbless": true
		}
	}
}
