You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Howdy, and first of all thank you for this lifesaving little tool! I've been a happy user for over a year now.
The latest Bedrock, v1.19.0, bumped the version constraint for composer/installersfrom ^1.12 to ^2.0. It looks like composify hard-codes a requirement for "composer/installers": "^1.6" into each package it processes.
Hence, after bringing my project up-to-date with the current Bedrock, I'm getting errors like this:
Problem 1
- Root composer.json requires kinsta/kinsta-mu-plugins ^2.4.2 -> satisfiable by kinsta/kinsta-mu-plugins[2.4.2].
- kinsta/kinsta-mu-plugins 2.4.2 requires composer/installers ^1.6 -> found composer/installers[v1.6.0, ..., 1.x-dev] but it conflicts with your root composer.json require (^2.0).
Is there anything special that needs to be done to align this with Bedrock, or can it just switch to a ^1.6 || ^2.0 constraint?