forked from r-martins/woocommerce-rmpagseguro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
55 lines (55 loc) · 1.46 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"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.11.2",
"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"
}
}
}