Skip to content

Instantly share code, notes, and snippets.

@far-blue
Created July 16, 2015 09:35
Show Gist options
  • Save far-blue/a7f3ecd3e1b823489aa8 to your computer and use it in GitHub Desktop.
Save far-blue/a7f3ecd3e1b823489aa8 to your computer and use it in GitHub Desktop.
composer conflict example
Project:
require: {
"wibble/a": "dev-feature",
"wibble/b": "dev-feature"
}
A:
require: {
"wibble/b": "dev-feature",
"wibble/c": ">=100"
}
C:
require: {
"wibble/b": ">50"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment