Closed (fixed)
Project:
System Tags
Version:
8.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 May 2020 at 13:27 UTC
Updated:
16 Jun 2020 at 12:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jonas139 commentedComment #3
jonas139 commentedI've included a patch where I've change the core requirements in my .info.yml and removed the (obsolete) composer.json.
Comment #4
jonas139 commentedForgot to remove the
corekey so new patch attached.Comment #5
jonas139 commentedAlso included the dependency on path_alias (thanks @jeroent)
Comment #6
jeroentThis patch prevents the module from being installed on Drupal 8.7 or earlier.
I agree with @jonas139,
Since this module has no external dependencies, there is no advantage of having a composer.json file in this module.
https://www.drupal.org/docs/creating-custom-modules/add-a-composerjson-file
When a module does not have a composer.json,
An advantage of having no composer.json for system_tags is https://packages.drupal.org/8 will use the versions configured in your .info.yml file and composer install/update will respect those constraints, so +1 for me.
Comment #8
lammensj commented