mirror of
https://gh.wpcy.net/https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2026-04-25 04:12:14 +08:00
Agent-Logs-Url: https://github.com/djav1985/v-wordpress-plugin-updater/sessions/9f3a7e0f-e5a9-42b5-beb5-4f8edd29adf4 Co-authored-by: djav1985 <174835544+djav1985@users.noreply.github.com>
15 lines
370 B
JSON
15 lines
370 B
JSON
{
|
|
"name": "vontmnt/v-wp-updater-plugin",
|
|
"description": "Autoloader configuration for the V WordPress Plugin Updater",
|
|
"type": "wordpress-plugin",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": ">=8.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"VWPU\\Helpers\\": "helpers/",
|
|
"VWPU\\Services\\": "services/"
|
|
}
|
|
}
|
|
}
|