{
	"name": "dekode/fundy-extension-wp",
	"type": "wordpress-plugin",
	"description": "WordPress plugin for Dekode Fundraising.",
	"minimum-stability": "dev",
	"config": {
		"sort-packages": true,
		"allow-plugins": {
			"composer/installers": true,
			"dealerdirect/phpcodesniffer-composer-installer": true
		},
		"platform": {
			"php": "8.0"
		}
	},
	"require": {
		"php": ">=8.0"
	},
	"require-dev": {
		"dekode/coding-standards": "~6.4.0",
		"phpunit/phpunit": "9.6.x-dev",
		"wp-cli/i18n-command": "~2.6.6",
		"wp-phpunit/wp-phpunit": "dev-master",
		"yoast/phpunit-polyfills": "~4.0.0"
	},
	"scripts": {
		"lint": "./vendor/bin/phpcs .",
		"make-pot": "./vendor/bin/wp i18n make-pot . --slug=dekode-fundraising --domain=dekode-fundraising --exclude='.github,.cache,tests,src,node_modules,vendor'",
		"make-json": [
			"./vendor/bin/wp i18n make-json ./languages --no-purge",
			"./vendor/bin/wp i18n make-php ./languages"
		]
	},
	"autoload-dev": {
		"classmap": [
			"tests/unit"
		]
	}
}
