mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-04-25 03:51:08 +00:00
15 lines
212 B
JSON
15 lines
212 B
JSON
{
|
|
"require": {
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-curl": "*",
|
|
"curl/curl": "^2.2"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"IYUU\\": "app/"
|
|
},
|
|
"files": ["app/helper.php"]
|
|
}
|
|
}
|