1234567891011121314151617181920212223 |
- {
- "name": "jrtk/aliyun-ots-sdk-php",
- "description": "Aliyun OTS SDK for PHP",
- "homepage": "http://www.aliyun.com/product/ots/",
- "type": "library",
- "license": "MIT",
- "authors": [
- {
- "name": "Aliyuncs",
- "homepage": "http://www.aliyun.com"
- }
- ],
- "require": {
- "php":">=5.3"
- },
- "require-dev" : {
- },
- "minimum-stability": "stable",
- "autoload": {
- "psr-4": {"Aliyun\\OTS\\": "src"}
- }
- }
|