Skip to content

Commit

Permalink
remove clients
Browse files Browse the repository at this point in the history
  • Loading branch information
AxiosLeo committed Mar 14, 2019
1 parent 3efbc89 commit 26d828d
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 122 deletions.
57 changes: 27 additions & 30 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,30 @@
{
"name": "axios/aliyun-sdk-core",
"description": "SDK for aliyun service development",
"keywords": [
"aliyun",
"aliyun-service",
"aliyun-sdk"
],
"homepage": "https://github.com/AxiosCros/aliyun-sdk-core",
"license": "MIT",
"authors": [
{
"name": "Axios",
"email": "axioscros@aliyun.com"
}
],
"support": {
"issues": "https://github.com/AxiosCros/aliyun-sdk-core/issues"
},
"require": {
"php": ">=7.1",
"guzzlehttp/guzzle": "^6.3",
"aliyuncs/oss-sdk-php": "~2.0",
"flc/dysms": "^1.0",
"axios/api-tool": "^1.1"
},
"require-dev": {},
"autoload": {
"psr-4": {
"aliyun\\sdk\\": "library"
}
"name": "axios/aliyun-sdk-core",
"description": "SDK for aliyun service development",
"keywords": [
"aliyun",
"aliyun-service",
"aliyun-sdk"
],
"homepage": "https://github.com/AxiosCros/aliyun-sdk-core",
"license": "MIT",
"authors": [
{
"name": "Axios",
"email": "axioscros@aliyun.com"
}
],
"support": {
"issues": "https://github.com/AxiosCros/aliyun-sdk-core/issues"
},
"require": {
"php": ">=7.1",
"axios/api-tool": "^1.1"
},
"require-dev": {},
"autoload": {
"psr-4": {
"aliyun\\sdk\\": "library"
}
}
}
40 changes: 0 additions & 40 deletions library/clients/Oss.php

This file was deleted.

52 changes: 0 additions & 52 deletions library/clients/Sms.php

This file was deleted.

0 comments on commit 26d828d

Please sign in to comment.