Problem/Motivation

In InfoParserDynamic.php line 88:

The 'core_version_requirement' constraint (9.2.4) requires the 'core' key n
ot be set in modules/contrib/entity_reference_uuid/tests/modules/entity_ref
erence_uuid_test/entity_reference_uuid_test.info.yml

Steps to reproduce

Not sure - this was triggered by a `drush updb`, but I'd run it before without getting the error.

Proposed resolution

Change `core: 8.x` for `core_version_requirement: ^8 || ^9` in the offending info.yml file.

Remaining tasks

Upload the patch.

User interface changes

N/A

API changes

N/A

Data model changes

N/A

CommentFileSizeAuthor
#5 3232098-5.patch756 bytespwolanin
#2 3232098-1.patch550 byteslazysoundsystem

Comments

lazysoundsystem created an issue. See original summary.

lazysoundsystem’s picture

StatusFileSize
new550 bytes

Here's the patch.

pwolanin’s picture

Version: 2.x-dev » 2.0.x-dev
Status: Active » Fixed

I think this is done already a year ago in a commit dated 2020-10-29

pwolanin’s picture

Status: Fixed » Needs review

Oops - the TEST module. Yes, this is needed.

pwolanin’s picture

StatusFileSize
new756 bytes

updated patch with some other info file fixes

  • pwolanin committed 05f6686 on 2.0.x
    Issue #3232098 by lazysoundsystem, pwolanin: Bump...
pwolanin’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.