-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't support Composer 2 #124
Comments
Add support for composer/installers 2.x. Fix for humanmade#124
Looks like Composer 2 was added but an actual tag release was never made. Is this project really being supported anymore or is there perhaps something new to replace it? |
I was on the way to open a new issue regarding the missing tag release, but @timnolte luckily mentioned it over here already. This missing tag, led me to use "composer/installers": "~1.0",
"humanmade/mercator": "~1.0"
|
Mercator doesn't support Composer 2:
"composer/installers": "~1.0"
We'd like to update our bedrocks to using Composer 2, but can't when they include Mercator as a dependency. Would you consider updating dependency to something like: "composer/installers": 1 - 2 or "composer/installers": "~1.0 || ~2.0"?
The text was updated successfully, but these errors were encountered: