Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
I see this mainly as a project maintenance task first off, rather than actually getting 100% compatibility with Drupal 10. If we can declare it in composer/info.yml in a new minor/major, we can use that as a jumping off point.
I now have two projects (ST 2.3.x and SMS Fwk 2.2.x) which should be ready to go for Drupal 10 as is, simply waiting on this dependency.
Comments
Comment #2
dpiI see this mainly as a project maintenance task first off, rather than actually getting 100% compatibility with Drupal 10. If we can declare it in composer/info.yml in a new minor/major, we can use that as a jumping off point.
I now have two projects (ST 2.3.x and SMS Fwk 2.2.x) which should be ready to go for Drupal 10 as is, simply waiting on this dependency.
Comment #3
dpixlinking PR https://github.com/jibran/dynamic_entity_reference/pull/8
Comment #4
jibranI have created new releases for 1.x and 2.x branches. I'll create 3.x and 4.x branches in a bit with D10 support.
Comment #5
jibranJust pushed 3.x(1.x + D10 support) and 4.x(2.x + D10 support) branches. Happy hacking!
Comment #6
jibranDev release is now available for both 3.x and 4.x.
Comment #7
dpiFor others reference.
If your project has a minimum Drupal 9.3 and Drupal 10 you can change constraints from
^1 || ^2to^3 || ^4.If you need to support Drupal 9.2 or less you'll need something like
^1 || ^2 || ^3 || ^4. At least for short while.Comment #10
jibranThanks, that's very helpful.