summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorZhineng Li <[email protected]>2026-02-14 10:08:30 +0800
committerZhineng Li <[email protected]>2026-02-14 10:08:30 +0800
commiteccd5cd5a067f5659982685afdeea209b1888efb (patch)
tree1626c903b854317be1708ce3ccd3b4f4e6e0fc97 /composer.json
downloadacs-metadata-eccd5cd5a067f5659982685afdeea209b1888efb.tar.gz
acs-metadata-eccd5cd5a067f5659982685afdeea209b1888efb.zip
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json17
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"
+ }
+}