Open c33s opened 1 year ago
Thanks for reporting :+1:
Could you try the 0.4.1.72 version? If that helps, I'll keep only the downgraded tagging
i can confirm version 0.4.1.72 works with symfony/skeleton
composer create-project symfony/skeleton:"6.3.*" my_project_directory
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].
I've just released 0.5 version that is downgraded without any weird suffix. Could you try it?
as "lines" replaces
symfony/string
but does not provide a real replacement, it results in an error if installed in a symfony project