mirror of
https://gh.wpcy.net/https://github.com/superdav42/wp-update-server-plugin.git
synced 2026-05-06 05:22:23 +08:00
22 lines
No EOL
691 B
JSON
22 lines
No EOL
691 B
JSON
{
|
|
"name": "yahnis-elsts/wp-update-server",
|
|
"description": "Custom update API server for WordPress plugins and themes.",
|
|
"keywords": ["wordpress", "plugin updates", "automatic updates", "theme updates"],
|
|
"homepage": "https://github.com/YahnisElsts/wp-update-server/",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Yahnis Elsts",
|
|
"email": "whiteshadow@w-shadow.com",
|
|
"homepage": "https://w-shadow.com/",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.0",
|
|
"ext-json": "*"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "Used for escaping log values in a utf8 compatible manner. If the extension isn't installed logged values are handled as single-byte character strings."
|
|
}
|
|
} |