v-wordpress-plugin-updater/v-wp-updater/composer.json
Nikolai X. Shadeauxs 2d65cbc732 modified: v-update-api/app/Core/Router.php
modified:   v-wp-updater/composer.json
2026-04-06 09:55:22 -04:00

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