- Issue created by @yorchperaza
- @yorchperaza opened merge request.
- πΊπΈUnited States yorchperaza Denver
Hello maintainers and community,
I've identified an incompatibility issue with the "Flexible Table Of Contents" module when used with Drupal 10. The root cause seems to be the version constraints specified in the composer.json for the symfony/css-selector dependency and the absence of a drupal/core constraint for Drupal 10.
To address this, I've created a patch that:
Updates the symfony/css-selector version constraints to include ^5 and ^6.
Adds a constraint for drupal/core to indicate compatibility with Drupal 10.
I've attached the patch to this comment. I would appreciate it if the maintainers or other community members could review and test the patch to ensure it resolves the issue and doesn't introduce any new ones.Thank you for your time and consideration. Looking forward to your feedback!
- @yorchperaza opened merge request.
- Status changed to Closed: duplicate
over 1 year ago 8:43am 19 September 2023 - e0ipso Can Picafort
This is a duplicate of π Automated Drupal 10 compatibility fixes RTBC . Please, collaborate in that MR instead.
Thanks, and apologies for the inconveniences.