Skip to content

Commit

Permalink
up fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kiss291323003 committed Dec 12, 2019
1 parent 42b6258 commit 70464f4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
"EasySwoole\\Oss\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"EasySwoole\\Oss\\Tests\\": "tests/"
}
},
"require": {
"easyswoole/spl": "^1.3",
"easyswoole/http-client": "^1.3"
Expand All @@ -17,7 +22,6 @@
"easyswoole/phpunit": ">=1.0.0",
"aliyuncs/oss-sdk-php": "^2.3",
"qcloud/cos-sdk-v5": ">=2.0",
"qiniu/php-sdk": "^7.2",
"EasySwoole\\Oss\\Tests\\": "tests/"
"qiniu/php-sdk": "^7.2"
}
}

0 comments on commit 70464f4

Please sign in to comment.