• This project
    • Loading...
  • Sign in

fe / YOHOBUYPC · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 2
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • YOHOBUYPC
  • library
  • Package
  • composer.json
  • init frame code
    f93cc573
    by hf
    2015-09-28 18:52:02 +0800  
    Browse Files
composer.json 481 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
{
    "name": "依赖包管理",
    "description": "有货项目依赖第三方的包管理",
    "keywords": [
        "yohobuy",
        "package"
    ],
    "homepage": "",
    "type": "library",
    "repositories": [
        {   
            "packagist": false
        }
    ],
    "authors": [
        {
            "name": "hf",
            "email": "fei.hong@yoho.cn",
            "homepage": "www.yoho.cn"
        }
    ],
    "require": {
        "php": ">=5.3.0"
    }
}