mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-04-26 20:33:25 +00:00
16 lines
246 B
JSON
16 lines
246 B
JSON
{
|
|
"require": {
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-curl": "*",
|
|
"owner888/phpspider": "^2.1",
|
|
"curl/curl": "^2.2"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"IYUU\\": "app/"
|
|
},
|
|
"files": ["app/helper.php"]
|
|
}
|
|
}
|