Skip to content

Instantly share code, notes, and snippets.

@natefanaro
Last active December 24, 2015 06:09
Show Gist options
  • Save natefanaro/6755376 to your computer and use it in GitHub Desktop.
Save natefanaro/6755376 to your computer and use it in GitHub Desktop.
Sample of replacing a repo in composer with your own fork
{
"repositories":[
{
"type":"git",
"url":"https://github.com/natefanaro/Imagine"
}
{
"type":"git",
"url":"https://github.com/natefanaro/memegenerator"
}
],
"require": {
"noiselabs/configparser": "dev-master",
"symfony/class-loader": "dev-master",
"imagine/imagine": "dev-master",
"piotrbelina/memegenerator": "dev-master",
"guzzle/guzzle": "3.7.*@dev",
"rezzza/flickr": "1.0.*@dev"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment