-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
44 lines (44 loc) · 1.14 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": "gocardless/woocommerce-gateway-gocardless",
"description": "WooCommerce Gateway GoCardless",
"type": "wordpress-plugin",
"homepage": "https://woocommerce.com/products/gocardless/",
"license": "GPL-3.0-or-later",
"minimum-stability": "dev",
"require-dev": {
"woocommerce/woocommerce-sniffs": "1.0.0",
"sirbrillig/phpcs-changed": "^2.11.5",
"10up/wp_mock": "^1.0.1",
"phpunit/phpunit": "^9.6"
},
"archive": {
"exclude": [
"!/build",
"node_modules",
"tests",
".github",
".eslintrc.js",
".eslintignore",
".prettierrc.js",
".gitattributes ",
".gitignore",
".nvmrc",
".phpunit.result.cache",
"composer.json",
"composer.lock",
"phpcs.xml.dist",
"phpcs-compat.xml.dist",
"phpunit.xml.dist"
]
},
"scripts": {
"phpcs": [
"vendor/bin/phpcs"
]
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}