-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
51 lines (51 loc) · 1.11 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
{
"name": "devstone/wp-multisite-waas",
"url": "https://wpmultisitewaas.org",
"description": "The WordPress Multisite Website as a Service (WaaS) plugin.",
"version": "2.3.3",
"authors": [
{
"name": "Arindo Duque",
"email": "arindo@wpultimo.com",
"homepage": "https://wpultimo.com"
},
{
"name": "David Stone",
"homepage": "https://github.com/superdav42"
}
],
"license": [
"GPL-3.0-or-later"
],
"type": "wordpress-plugin",
"require": {
"php": ">=7.4.30"
},
"require-dev": {
"composer/installers": "1.9.0",
"phpunit/phpunit": "^11.5.0",
"yoast/phpunit-polyfills": "^3.0.0",
"woocommerce/woocommerce-sniffs": "^1.0.0",
"phpunit/php-code-coverage": "^11.0.7"
},
"config": {
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"archive": {
"exclude": [
"tests",
"bin",
"phpunit.xml.dist",
"composer.lock",
".phpcs.xml.dist",
".circleci",
"vendor",
"addons",
".idea",
"node_modules"
]
}
}