Created
December 19, 2012 20:25
-
-
Save collinlavoie/4340153 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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