summaryrefslogtreecommitdiff
path: root/composer.json
blob: de1c80f69b5831613e4b9cc5303f579a10d4a7ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"
    }
}