{
	"name": "wp-pay/fundraising",
	"description": "Fundraising add-on for the WordPress payment processing library.",
	"keywords": ["wordpress", "wp", "pay", "fundraising", "crowdfunding", "donations", "progress", "target", "addon", "pronamic"],
	"homepage": "http://www.wp-pay.org/addons/fundraising/",
	"license": "GPL-3.0-or-later",
	"type": "wordpress-plugin",
	"authors": [
		{
			"name": "Pronamic",
			"email": "info@pronamic.eu",
			"homepage": "http://www.pronamic.eu/",
			"role": "Company"
		},
		{
			"name": "Remco Tolsma",
			"email": "info@remcotolsma.nl",
			"homepage": "http://www.remcotolsma.nl/",
			"role": "Developer"
		}
	],
	"support": {
		"email": "support@wp-pay.org",
		"issues": "https://github.com/wp-pay/fundraising/issues",
		"source": "https://github.com/wp-pay/fundraising"
	},
	"autoload": {
		"psr-4": {
			"Pronamic\\WordPress\\Pay\\Fundraising\\": "src/"
		}
	},
	"config": {
		"sort-packages": true,
		"allow-plugins": {
			"composer/installers": true,
			"dealerdirect/phpcodesniffer-composer-installer": true,
			"roots/wordpress-core-installer": true,
			"bamarni/composer-bin-plugin": true
		}
	},
	"require": {
		"php": ">=7.4",
		"pronamic/wp-money": "^2.2",
		"wp-pay/core": "^4.6"
	},
	"require-dev": {
		"bamarni/composer-bin-plugin": "^1.4",
		"overtrue/phplint": "^4.4",
		"php-coveralls/php-coveralls": "^2.5",
		"phpmd/phpmd": "^2.9",
		"pronamic/wp-coding-standards": "^1.3",
		"pronamic/wp-deployer": "^1.2",
		"roots/wordpress": "^6.0",
		"sirbrillig/phpcs-import-detection": "^1.2",
		"sirbrillig/phpcs-variable-analysis": "^2.8",
		"wp-phpunit/wp-phpunit": "^6.1",
		"yoast/phpunit-polyfills": "^1.0"
	},
	"scripts": {
		"ci": [
			"@phplint",
			"@phpcs"
		],
		"coveralls": "vendor/bin/php-coveralls -v",
		"make-i18n-json": "wp i18n make-json languages/*.po --no-purge",
		"make-pot": "wp i18n make-pot . languages/pronamic-pay-fundraising.pot --slug='pronamic-pay-fundraising' --exclude='js/src,tests,wordpress'",
		"update-po": "find languages/*.po -type f -exec msgmerge --update --backup=off {} languages/pronamic-pay-fundraising.pot \\;",
		"phpcbf": "XDEBUG_MODE=off vendor/bin/phpcbf",
		"phpcs": "XDEBUG_MODE=off vendor/bin/phpcs -s -v",
		"phplint": "vendor/bin/phplint",
		"phpmd": "vendor/bin/phpmd src,tests text phpmd.ruleset.xml --suffixes php",
		"phpunit": "vendor/bin/phpunit --colors=always",
		"phpstan": "vendor/bin/phpstan analyse --memory-limit=-1",
		"post-install-cmd": "echo 'Optionally run: composer bin all install'",
		"post-update-cmd": "echo 'Optionally run: composer bin all update'",
		"psalm": "vendor/bin/psalm",
		"xmllint-phpcs": "xmllint --noout --schema vendor/squizlabs/php_codesniffer/phpcs.xsd phpcs.xml.dist",
		"xmllint": [
			"@xmllint-phpcs"
		]
	}
}
