mirror of
https://gh.wpcy.net/https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2026-04-23 03:52:14 +08:00
15 lines
330 B
JSON
15 lines
330 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/"
|
|
}
|
|
}
|
|
}
|