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.

29 lines
753 B

{
"name": "aliyuncs/aliyun-dysms-msg-php-sdk",
"description": "Aliyun SMS message 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",
"guzzlehttp/guzzle": "~6.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"Aliyun\\": "lib/",
"Aliyun\\Test\\": "tests/",
"AliyunMNS\\": "lib/MNS"
}
}
}