I'm getting following error when I'm trying to update to 9.0.5
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires symplify/easy-coding-standard 9.0.5 -> satisfiable by symplify/easy-coding-standard[9.0.5].
- symplify/easy-coding-standard 9.0.5 requires symplify/coding-standard ^9.1 -> found symplify/coding-standard[dev-master, 9.1.x-dev (alias of dev-master)] but it does not match your minimum-stability.
And in packagagist I'm seeing that version ^9.1 is on requirements - should those be 9.0.5 ? https://packagist.org/packages/symplify/easy-coding-standard
Hi,
thank you for reporting and useful informations :+1:
That's definitely bug, not sure how that happened.
I've released 9.0.6 with correct mutual dependencies https://packagist.org/packages/symplify/easy-coding-standard#9.0.6
Thank you for quick answer, I tried 9.0.6 version but it seems that there is same error still in symplify/autowire-array-parameter package - https://packagist.org/packages/symplify/autowire-array-parameter#9.0.6
Your requirements could not be resolved to an installable set of packages.
Problem 1
- symplify/autowire-array-parameter 9.0.6 requires symplify/package-builder ^9.1 -> found symplify/package-builder[dev-master, 9.1.x-dev (alias of dev-master)] but it does not match your minimum-stability.
- symplify/easy-coding-standard 9.0.6 requires symplify/autowire-array-parameter ^9.0.6 -> satisfiable by symplify/autowire-array-parameter[9.0.6].
- Root composer.json requires symplify/easy-coding-standard 9.0.6 -> satisfiable by symplify/easy-coding-standard[9.0.6].
There was a nasty bug in monorepo splitting itself. It was correctly tagged in monorepo, but on split there were 2 concurent jobs splitting the same tag. Dependending on CI job, sometimes the correct won, sometimes the broken one.
Now split should happen for tagging just once.
This should fix it: https://github.com/symplify/symplify/commit/f5c2517ea573b2c253df0ae858f95a0f93c676bb
Could you confirm? Last version is 9.0.8
hmm, not seeing 9.0.8 on - https://packagist.org/packages/symplify/easy-coding-standard#9.0.8
CI job got stuck... should be ok now
And yeah, I confirm that 9.0.8 works like expected! Really big thanks to you @TomasVotruba great job!
Phew, glad to hear that :)
Most helpful comment
Phew, glad to hear that :)