mirror of
https://gh.wpcy.net/https://github.com/superdav42/wp-update-server-plugin.git
synced 2026-07-14 13:42:22 +08:00
41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"name": "ultimate-multisite/ultimate-update-server-plugin",
|
|
"url": "https://wpmultisitewaas.org",
|
|
"description": "Create an update server with Woocommerce downloadable products.",
|
|
"version": "1.0.0",
|
|
"authors": [
|
|
{
|
|
"name": "David Stone",
|
|
"homepage": "https://github.com/superdav42"
|
|
}
|
|
],
|
|
"license": [
|
|
"GPL-3.0-or-later"
|
|
],
|
|
"type": "wordpress-plugin",
|
|
"require": {
|
|
"yahnis-elsts/wp-update-server": "^2.0",
|
|
"cweagans/composer-patches": "^1.7"
|
|
},
|
|
"require-dev": {
|
|
"szepeviktor/phpstan-wordpress": "^2.0",
|
|
"phpstan/extension-installer": "^1.1"
|
|
},
|
|
"scripts": {
|
|
"test": "php tests/product-versions-remote-download-regression.php"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"phpstan/extension-installer": true,
|
|
"cweagans/composer-patches": true
|
|
}
|
|
},
|
|
"extra": {
|
|
"patches": {
|
|
"yahnis-elsts/wp-update-server": {
|
|
"Feature-detect GLOB_BRACE for musl-libc PHP builds (Alpine, static FrankenPHP)": "patches/wp-update-server-glob-brace-musl.patch"
|
|
}
|
|
},
|
|
"composer-exit-on-patch-failure": true
|
|
}
|
|
}
|