Problem/Motivation
The 'core_version_requirement' constraint (^9 || ^10) requires the 'core' key not be set in modules/contrib/tome/tome.info.yml
Steps to reproduce
Try installing this module on D9 using composer
Proposed resolution
We need to remove core key from .info.yml file as suggested here: https://www.drupal.org/node/3070687
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork tome-3406138
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 #4
chetan 11 commentedHi,
I have fixed the above issue on "tome" module, please check the raised MR.
Thanks.
Comment #5
sivaji_ganesh_jojodae commentedComment #6
chetan 11 commentedComment #7
sivaji_ganesh_jojodae commentedI think we should remove the
coreand change the core_version_requirement to support only 9 & 10 (core_version_requirement: ^9 || ^10) since D8 is no longer supported anyway.Comment #8
vbouchetas @Sivaji_Ganesh_Jojodae, I think we should remove any mention to Drupal 8 in composer.yml or info.yml files. Also, all the sub-modules should be updated.
Comment #9
sourabhjainLet me work on #7
Comment #10
sourabhjainComment #11
emofsnead commentedPlease consider rolling back the recommended version to 1.11 until this issue is dealt with. That build is the only one that you can simply run directly in a Composer install without crashing and burning. Unless a user is willing to go down in and edit YML file for the info on this module they will be very frustrated trying it out. It is a really valuable tool and even important to the low end user starting out with Drupal. I just hate to see users potentially being disenfranchised by this temporary hiccup.
Comment #12
avpadernoComment #14
marcoliverMerged-in the latest 8.x-1.x commits.
MR looks good to me, since 8.x-1.12 dropped support for D8, so the core key can be dropped. Marking as RTBC.
Comment #15
larowlanNo longer applies
Comment #16
marcoliverUpdated the MR against the latest 8.x-1.x to resolve conflicts
Comment #18
joseph.olstadComment #21
joseph.olstadComment #23
larowlanCommitted to 8.x-1.x thanks folks
Comment #25
larowlanhttps://www.drupal.org/project/tome/releases/8.x-1.14