mirror of
https://gh.wpcy.net/https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2026-04-29 10:00:49 +08:00
modified: update-api/composer.json modified: update-api/composer.lock modified: update-api/vendor/composer/autoload_files.php modified: update-api/vendor/composer/autoload_psr4.php modified: update-api/vendor/composer/autoload_static.php modified: update-api/vendor/composer/installed.json modified: update-api/vendor/composer/installed.php
12 lines
215 B
JSON
12 lines
215 B
JSON
{
|
|
"require": {
|
|
"nikic/fast-route": "^1.3",
|
|
"doctrine/dbal": "^4.3",
|
|
"respect/validation": "^2.4"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\": "app/"
|
|
}
|
|
}
|
|
}
|