-
Notifications
You must be signed in to change notification settings - Fork 59
/
composer.json
31 lines (31 loc) · 1018 Bytes
/
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
{
"name": "claudiosanches/brazilian-market-on-woocommerce",
"description": "Adds new checkout fields, field masks and other things necessary to properly work with WooCommerce on Brazil",
"homepage": "https://github.com/claudiosanches/woocommerce-extra-checkout-fields-for-brazil",
"version": "4.0.2",
"type": "wordpress-plugin",
"license": "GPL-3.0-or-later",
"require-dev": {
"wp-coding-standards/wpcs": "^2.3",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0"
},
"require": {
"php": ">=7.3"
},
"scripts": {
"phpcs": [
"phpcs --standard=.phpcs.xml"
],
"phpcbf": [
"phpcbf --standard=.phpcs.xml"
],
"makepot": [
"wp i18n make-pot . languages/woocommerce-extra-checkout-fields-for-brazil.pot --exclude=vendor/node_modules"
]
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}