51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"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": "^9.6.22",
|
|
"yoast/phpunit-polyfills": "^1.1.3",
|
|
"woocommerce/woocommerce-sniffs": "^1.0.0"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|