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.
27 lines
638 B
27 lines
638 B
{
|
|
"name": "aliyuncs/aliyun-dysms-php-sdk",
|
|
"description": "Aliyun SMS SDK for PHP",
|
|
"keywords": [ "aliyun", "SMS", "sdk" ],
|
|
"type": "library",
|
|
"license": "Apache-2.0",
|
|
"homepage": "https://www.aliyun.com/product/sms",
|
|
"authors": [
|
|
{
|
|
"name": "Aliyuncs",
|
|
"homepage": "https://www.aliyun.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.5.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.0"
|
|
},
|
|
"minimum-stability": "stable",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Aliyun\\": "lib/",
|
|
"Aliyun\\Test\\": "tests/"
|
|
}
|
|
}
|
|
} |