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
Fix root CI failures caused by composer.json normalization drift (#111)
Root CI was failing in the main package jobs because composer_normalize was reordering composer.json. This change restores normalized dependency ordering without removing the sebastian/diff compatibility constraint added for the Fractor toolchain.
CI failure source
Align composer.json with the order expected by ergebnis/composer-normalize
Remove the normalization diff that was failing root grumphp runs across PHP versions
Dependency compatibility
Keep the sebastian/diff constraint limited to supported majors for the current Fractor stack
Avoid changing the actual compatibility intent while fixing the metadata/layout issue