wp-update-server-plugin/vendor/yahnis-elsts/wp-update-server/composer.json
2025-05-25 16:31:17 -06:00

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."
}
}