12345678910111213141516171819202122232425 |
- {
- "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",
- "guzzlehttp/guzzle":"^6.3"
- },
- "require-dev" : {
- },
- "minimum-stability": "stable",
- "autoload": {
- "files": ["src/ProtoBuffer/pb_message.php","src/ProtoBuffer/pb_proto_ots.php"],
- "psr-4": {"Aliyun\\OTS\\": "src"}
- }
- }
|