取消https验证,并添加vendor文件夹。

This commit is contained in:
2025-04-18 12:58:39 +08:00
parent 552909d82b
commit 2d3f7d8511
727 changed files with 132015 additions and 19 deletions

26
vendor/daijie/aria2/composer.json vendored Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "daijie/aria2",
"type": "library",
"description": "talk with aria2",
"keywords": ["aria2"],
"homepage": "https://github.com/shiny/php-aria2",
"license": "WTFPL",
"authors": [
{
"name": "DaiJie",
"email": "daijie@php.net"
}
],
"require": {
"php": ">=5.4.0",
"ext-curl": "*"
},
"require-dev": {
},
"autoload": {
"psr-4": {
"": ""
}
}
}