{
	"name": "jeherve/posts-on-this-day",
	"description": "Widget to display a list of posts published on this day in years past.",
	"homepage": "https://jeremy.hu/my-plugins/posts-on-this-day/",
	"type": "wordpress-plugin",
	"license": "GPL-2.0-or-later",
	"support": {
		"issues": "https://github.com/jeherve/posts-on-this-day/issues"
	},
	"require": {
		"php": "^8.3",
		"automattic/jetpack-autoloader": "5.0.15"
	},
	"require-dev": {
		"brain/monkey": "^2.6",
		"automattic/jetpack-codesniffer": "7.0.0",
		"dealerdirect/phpcodesniffer-composer-installer": "*",
		"php-parallel-lint/php-parallel-lint": "1.4.0",
		"phpunit/phpunit": "^12.0"
	},
	"scripts": {
		"php:lint": [
			"vendor/bin/parallel-lint --exclude vendor ."
		],
		"phpcs:compatibility": [
			"@phpcs:lint --standard=./.phpcs.xml.dist,PHPCompatibilityWP"
		],
		"phpcs:fix": [
			"Composer\\Config::disableProcessTimeout",
			"phpcbf -p"
		],
		"phpcs:lint": [
			"Composer\\Config::disableProcessTimeout",
			"phpcs -p -s"
		],
		"phpcs:lint:errors": [
			"@phpcs:lint --runtime-set ignore_warnings_on_exit 1"
		],
		"phpunit": [
			"@composer update",
			"./vendor/phpunit/phpunit/phpunit --colors=always"
		],
		"test-php": [
			"@composer phpunit"
		]
	},
	"autoload": {
		"classmap": [
			"src"
		]
	},
	"minimum-stability": "stable",
	"prefer-stable": true,
	"config": {
		"allow-plugins": {
			"automattic/jetpack-autoloader": true,
			"roots/wordpress-core-installer": true,
			"dealerdirect/phpcodesniffer-composer-installer": true
		}
	}
}
