123456789101112131415161718192021222324252627 |
- {
- "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/"
- }
- }
- }
|