mirror of
https://gh.wpcy.net/https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2026-04-28 08:02:16 +08:00
13 lines
245 B
JSON
13 lines
245 B
JSON
{
|
|
"require": {
|
|
"php": "^8.2",
|
|
"nikic/fast-route": "2.0.0-beta1",
|
|
"doctrine/dbal": "^4.3",
|
|
"respect/validation": "^2.4"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\": "app/"
|
|
}
|
|
}
|
|
}
|