- Issue created by @Liam Morland
- Status changed to Needs work
20 days ago 5:06pm 15 July 2025 - πΊπΈUnited States fizcs3 Omaha, Nebraska; USA
So, I'm currently on D10.4.8, and sdc_block 1.0.0-beta2.
The challenge I'm finding here with using "^2 || ^3" is that while cl_editorial 2.0.0-rc2 is constrained to not work with D10.3+, the earlier 2.0.0-rc1 β has a looser constraint of "^9 || ^10" and gets (mistakenly) installed, and composer never gets to assessing the cl_editorial 3.x versions that we really want installed.
I believe the constraint here needs to be simply "^3", and that the patch should instead get applied to a new 2.x-dev branch of this sdc_block project that would only work with D10.3+ (when sdc was moved to core). 1.x would be left to work with < D10.3.
Moving this back to Needs work... for thoughts/agreement on: constraint version, and project version.
And maintainer's help in creating a 2.x-dev branch if agreed.