hub2wp/composer.json
2026-03-10 01:06:16 +01:00

18 lines
464 B
JSON

{
"name": "wp-autoplugin/hub2wp",
"version": "1.5.0",
"description": "Browse, install, and update WordPress themes and plugins from GitHub, as if they were in the .org repo.",
"type": "wordpress-plugin",
"autoload": {
"classmap": [
"includes/"
]
},
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "WP-Autoplugin",
"email": "connect@webwizwork.com"
}
]
}