Closed (fixed)
Project:
Lagoon Logs
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 May 2020 at 09:27 UTC
Updated:
9 Dec 2020 at 00:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
sahana _n commentedPlease review the patch.
Comment #3
mxr576"core" key should be removed.
Comment #4
mxr576Comment #5
sahana _n commentedPlease review the patch.
Comment #6
mxr576Did not spot it yesterday, this key is only available and respected since Drupal 8.7.7 if I am not mistaken. This should be reflected in the required versions. https://www.drupal.org/node/3070687
Comment #7
tobybellwood commentedMy inclination here would be to include both the core and core_version_requirement lines, given that there is no deprecated code indicated in the module. This will simplify releases going forward. We can always semver a new branch if we need to accommodate a non-b/c update.
And again, given the generic applicability of the module, I'd also drop the superfluous entry in require as per https://www.drupal.org/project/project_composer/issues/3084063
Comment #8
tobybellwood commentedComment #9
mxr576I get your point and you are also right, I'm usually working on more complex modules that this one, and there is always question if we would like to support Drupal core versions that are not supported. We usually do not. Drupal 8.7.x is close to EOL and with that the old "core" key becomes also forgotten. This is the reason why I have suggested the above. Of course, dropping <= 8.7 support could happen in a new 2.x branch.
Comment #11
larowlanthis is fixed in HEAD