Blame view

composer.json 588 Bytes
hf authored
1 2 3 4 5 6 7 8 9 10 11 12 13
{
    "name": "YOHO!有货",
    "description": "YOHO!有货WEB版本",
    "keywords": [
        "yohobuy",
        "有货"
    ],
    "homepage": "http://git.dev.yoho.cn/web/yohobuy.git",
    "type": "project",
    "authors": [
        {
            "name": "fei.hong",
            "email": "fei.hong@yoho.cn",
14
            "homepage": "http://www.yoho.cn"
hf authored
15 16 17 18 19 20 21 22 23 24 25 26 27
        }
    ],
    "require": {
        "php": ">=5.3.0"
    },
    "extra": {
        "branch-alias": {
            "dev-master": "master",
            "dev-test": "test",
            "dev-develop": "develop"
        }
    }
}