diff options
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..de1c80f --- /dev/null +++ b/composer.json @@ -0,0 +1,17 @@ +{ + "name": "dewhq/acs-metadata", + "description": "Alibaba Cloud API metadata with documentation and examples stripped.", + "type": "library", + "keywords": ["alibabacloud", "aliyun"], + "readme": "README", + "license": "MIT", + "authors": [ + { + "name": "Zhineng Li", + "email": "[email protected]" + } + ], + "require": { + "php": ">=5.4" + } +} |
