Skip to content

Commit

Permalink
up fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kiss291323003 committed Dec 11, 2019
1 parent 9643316 commit 7046e0f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
"license": "Apache-2.0",
"autoload": {
"psr-4": {
"EasySwoole\\Oss\\": "src/",
"EasySwoole\\Oss\\Tests\\": "tests/"
"EasySwoole\\Oss\\": "src/"
}
},
"require": {
"easyswoole/spl": "^1.3.3",
"easyswoole/http-client": "^1.3.9"
"easyswoole/spl": "^1.3",
"easyswoole/http-client": "^1.3"
},
"require-dev": {
"easyswoole/swoole-ide-helper": "^1.1",
"easyswoole/phpunit": ">=1.0.0",
"aliyuncs/oss-sdk-php": "^2.3",
"qcloud/cos-sdk-v5": ">=2.0",
"qiniu/php-sdk": "^7.2"
"qiniu/php-sdk": "^7.2",
"EasySwoole\\Oss\\Tests\\": "tests/"
}
}

0 comments on commit 7046e0f

Please sign in to comment.