Skip to content

Instantly share code, notes, and snippets.

@trungpv93
Created January 15, 2017 09:06
Show Gist options
  • Save trungpv93/d060979c2bf1cea30a8d100ce9a9255a to your computer and use it in GitHub Desktop.
Save trungpv93/d060979c2bf1cea30a8d100ce9a9255a to your computer and use it in GitHub Desktop.
Composer: Cài những package mà bạn fork từ Github

Composer: Cài những package mà bạn fork từ Github

{
    "repositories":
    [
            {
                "type": "vcs",
                "url": "https://github.com/trungpv93/imap"
            }
    ],
    "require":
    {
        "ddeboer/imap": "dev-master"
    }
}

trungpv 15-01-2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment