{
	"name": "ricardomartins/woocommerce-rmpagseguro",
	"description": "Adiciona PagSeguro como meio de pagamento no Wordpress(com desconto nas taxas oficiais).",
	"homepage": "https://pagseguro.ricardomartins.net.br/woocommerce.html",
	"type": "wordpress-plugin",
	"version": "3.16.7",
	"license": "GPL-3.0-or-later",
	"authors": [
		{
			"name": "Claudio Sanches",
			"homepage": "https://claudiosanches.com",
			"role": "Developer"
		},
		{
			"name": "Ricardo Martins",
			"homepage": "https://pagseguro.ricardomartins.net.br/woocommerce.html",
			"role": "Developer"
		}
	],
	"support": {
		"forum": "https://wordpress.org/support/plugin/woocommerce-pagseguro",
		"issues": "https://github.com/r-martins/woocommerce-rmpagseguro/issues/",
		"source": "https://github.com/r-martins/woocommerce-rmpagseguro",
		"docs": "https://pagsegurotransparente.zendesk.com/hc/pt-br"
	},
	"require": {
		"claudiosanches/wp-git-hooks": "*"
	},
	"scripts": {
		"pre-update-cmd": [
			"ClaudioSanches\\WpGitHooks\\Hooks::preHooks"
		],
		"pre-install-cmd": [
			"@pre-update-cmd"
		],
		"post-install-cmd": [
			"ClaudioSanches\\WpGitHooks\\Hooks::postHooks"
		],
		"post-update-cmd": [
			"@post-install-cmd"
		],
		"phpcs": [
			"phpcs -s -p"
		],
		"phpcbf": [
			"phpcbf -p"
		]
	},
	"extra": {
		"scripts-description": {
			"phpcs": "Analyze code against the WordPress coding standards with PHP_CodeSniffer",
			"phpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier"
		}
	}
}