-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
44 lines (44 loc) · 1.21 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
{
"name": "nielslange/smntcs-woocommerce-free-gift",
"type": "plugin",
"description": "Give free gifts to your WooCommerce customers",
"homepage": "https://github.com/nielslange/smntcs-woocommerce-free-gift",
"support": {
"issues": "https://github.com/nielslange/smntcs-woocommerce-free-gift/issues",
"source": "https://github.com/nielslange/smntcs-woocommerce-free-gift"
},
"keywords": [
"WordPress",
"Plugin",
"SMNTCS Free Gift for WooCommerce"
],
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Contributors",
"homepage": "https://github.com/nielslange/smntcs-woocommerce-free-gift/graphs/contributors"
}
],
"require": {
"php": ">=7.0"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
"humanmade/psalm-plugin-wordpress": "^2.0",
"overtrue/phplint": "^3.0",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"squizlabs/php_codesniffer": "^3.6",
"vimeo/psalm": "^4.7",
"wp-coding-standards/wpcs": "^2.3"
},
"scripts": {
"phpcbf": "phpcbf --standard=phpcs.dist.xml .",
"phpcs": "phpcs --standard=phpcs.dist.xml .",
"phplint": "phplint"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}