update curl;

require https://github.com/ledccn/IYUUBittorrentClient
This commit is contained in:
david
2021-01-12 14:14:14 +08:00
parent 87d9f81bad
commit e66d632ba3
12 changed files with 227 additions and 1341 deletions

View File

@ -13,11 +13,16 @@ class ComposerStaticInitd8553673db02b2a444a853f28e16196e
public static $prefixLengthsPsr4 = array (
'I' =>
array (
'IYUU\\Client\\' => 12,
'IYUU\\' => 5,
),
);
public static $prefixDirsPsr4 = array (
'IYUU\\Client\\' =>
array (
0 => __DIR__ . '/..' . '/ledccn/iyuubittorrentclient/src',
),
'IYUU\\' =>
array (
0 => __DIR__ . '/../..' . '/app',