You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
zhishifufei_php/vendor/alibabacloud/dysmsapi/composer.json

43 lines
1.1 KiB

{
"name": "alibabacloud/dysmsapi",
"homepage": "https://www.alibabacloud.com/",
"description": "Alibaba Cloud Dysmsapi SDK for PHP",
"keywords": [
"dysmsapi",
"sdk",
"cloud",
"aliyun",
"alibaba",
"library",
"alibabacloud"
],
"type": "library",
"license": "Apache-2.0",
"support": {
"source": "https://github.com/alibabacloud-sdk-php/dysmsapi",
"issues": "https://github.com/alibabacloud-sdk-php/dysmsapi/issues"
},
"authors": [
{
"name": "Alibaba Cloud SDK",
"email": "sdk-team@alibabacloud.com",
"homepage": "http://www.alibabacloud.com"
}
],
"require": {
"php": ">=5.5",
"alibabacloud/client": "^1.5"
},
"autoload": {
"psr-4": {
"AlibabaCloud\\Dysmsapi\\": ""
}
},
"config": {
"sort-packages": true,
"preferred-install": "dist",
"optimize-autoloader": true
},
"prefer-stable": true,
"minimum-stability": "dev"
}