Skip to content

Instantly share code, notes, and snippets.

@collinlavoie
Created December 19, 2012 20:25
Show Gist options
  • Save collinlavoie/4340153 to your computer and use it in GitHub Desktop.
Save collinlavoie/4340153 to your computer and use it in GitHub Desktop.
Obtained error:
[UnexpectedValueException]
Repository behat/mink-deps ({"composer":{"url":"behat.org"}}) must have a type defined
I had to change the repositories as so:
"repositories": {
"behat/mink-deps": {
"type": "composer",
"url": "behat.org" }
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment