mirror of
https://gh.wpcy.net/https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2026-04-24 04:03:01 +08:00
16 lines
354 B
JSON
16 lines
354 B
JSON
{
|
|
"require": {
|
|
"php": "^8.2",
|
|
"nikic/fast-route": "2.0.0-beta1",
|
|
"doctrine/dbal": "^4.3",
|
|
"respect/validation": "^2.4",
|
|
"psr/log": "^3.0",
|
|
"psr/http-message": "^2.0",
|
|
"psr/http-server-middleware": "^1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\": "app/"
|
|
}
|
|
}
|
|
}
|