Closed (fixed)
Project:
Wysiwyg Linebreaks
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Nov 2018 at 09:48 UTC
Updated:
6 May 2021 at 22:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
chipway commentedHere is the patch. Please review.
Comment #3
geerlingguy commentedLooks okay to me, I think... but I want to know more about why this strange new format seems to be preferred; I asked in #2798891-24: Define project dependencies in core module .info files, but do you have any more insight into why this is being changed? And more specifically, why Drupal is using a weird format for the dependency definition which differs from Composer?
Comment #4
mlncn commentedThis was included as part of #3129608: Drupal 9 readiness and code standarts
Thank you chipway!
And i'm still not entirely clear on the format change but presumably it will help prevent namespace conflicts with submodules at some point? These are prefixed with drupal because they are drupal core; submodules have modulename:submodulename syntax. But yeah not clear on practical benefits either.