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
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 3232098-5.patch | 756 bytes | pwolanin |
| #2 | 3232098-1.patch | 550 bytes | lazysoundsystem |
Comments
Comment #2
lazysoundsystem commentedHere's the patch.
Comment #3
pwolanin commentedI think this is done already a year ago in a commit dated 2020-10-29
Comment #4
pwolanin commentedOops - the TEST module. Yes, this is needed.
Comment #5
pwolanin commentedupdated patch with some other info file fixes
Comment #7
pwolanin commented