Closed geek-merlin closed 6 years ago
And here's the link to the composer-fu: https://getcomposer.org/doc/articles/aliases.md#branch-alias
The version constraint ^1.0 does not correspond to the branch name but rather the git tag. It is not recommended, to set the version to a branch, especially not dev-develop. Either change dev-develop to dev-master, as the tags are set on the master branch, or open an issue at the repo of the dependency which requires gitelephant at dev-develop.
How to reproduce:
Result:
How to fix: Rename develop branch to 1.x
Dunno if there's alternative composer-fu for that.