summaryrefslogtreecommitdiff
path: root/composer.json
blob: 90afb28f63e81cab1e3bfea199d155103783375e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "lizhineng/afterglow-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": "im@zhineng.li"
        }
    ],
    "require": {
        "php": ">=5.4"
    }
}