diff options
| author | Zhineng Li <[email protected]> | 2026-02-14 10:08:30 +0800 |
|---|---|---|
| committer | Zhineng Li <[email protected]> | 2026-02-14 10:08:30 +0800 |
| commit | eccd5cd5a067f5659982685afdeea209b1888efb (patch) | |
| tree | 1626c903b854317be1708ce3ccd3b4f4e6e0fc97 /composer.json | |
| download | acs-metadata-eccd5cd5a067f5659982685afdeea209b1888efb.tar.gz acs-metadata-eccd5cd5a067f5659982685afdeea209b1888efb.zip | |
first commitHEADv1.0.0+20260212main
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" + } +} |
