Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save artgris/c636eb1e29031ac478229dc90cc678b7 to your computer and use it in GitHub Desktop.
Save artgris/c636eb1e29031ac478229dc90cc678b7 to your computer and use it in GitHub Desktop.
How to use the fork of a repository with Composer
http://tech.osteel.me/posts/2015/08/10/how-to-use-the-fork-of-a-repository-with-composer.html
{
"name": "osteel/myproject",
"description": "My project.",
"license": "MIT",
"type": "project",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/osteel/guzzle"
}
],
"require": {
"laravel/lumen-framework": "5.1.*",
"guzzlehttp/guzzle": "dev-master"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment