取消https验证,并添加vendor文件夹。
This commit is contained in:
26
vendor/daijie/aria2/composer.json
vendored
Normal file
26
vendor/daijie/aria2/composer.json
vendored
Normal 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": {
|
||||
"": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user