Problem/Motivation
We just updated to the latest version, all good with Composer on 8.2 but then Drupal complains because 8.3 is specified in the .info file.
Proposed resolution
Require >=8.3 in composer.json.
Issue fork dynamic_entity_reference-3605601
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
pameeela commentedComment #5
larowlanthanks
Comment #7
francismak commentedHi,
It seems the requirements of this module has been bumped to PHP 8.3.
However, Drupal 10 is PHP 8.1 compatible.
https://www.drupal.org/docs/getting-started/system-requirements/php-requ...
And the project page of this module state PHP 8.1 as well.
May I know the new PHP 8.3 was by mistake or this is intended by design?
Thank you!
Comment #8
larowlanThanks, I'll update the project page