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
because if forgot to mention before: replacing polyfill-ctype also was a problem on dev-main.
Problem 1
- __root__ is present at version 1.0.0+no-version-set and cannot be modified by Composer
- tomasvotruba/lines[dev-main] cannot be installed as that would require removing __root__[1.0.0+no-version-set]. They both replace symfony/polyfill-ctype and thus cannot coexist.
- Root composer.json requires tomasvotruba/lines dev-main -> satisfiable by tomasvotruba/lines[dev-main].
as "lines" replaces
symfony/string
but does not provide a real replacement, it results in an error if installed in a symfony project
The text was updated successfully, but these errors were encountered: