Closed (fixed)
Project:
Webform
Version:
8.x-5.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
29 Aug 2019 at 09:02 UTC
Updated:
19 Dec 2019 at 04:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jrockowitz commentedComment #3
IhorMaster commentedI added 'core_version_requirement' key to webform.info.yml file. Created a patch.
Here is the patch. Please review.
Comment #4
jrockowitz commentedThe catch 22 is Webform 5.x won't be support Drupal 9.x
@see https://www.jrockowitz.com/blog/webform-road-to-drupal-9
Comment #5
IhorMaster commentedjrockowitz, thank you for additional information about issue. I read your blog and I created new patch. Needs review
Comment #6
id.aleks commented@IhorMaster We declared that the webform module requires a 'drupal:system (>= 8.6)'. But in your patch, you set core_version_requirement: ^8, which means that this module is compatible with all versions of Drupal 8. Don't you think that this is some kind of collision?
Comment #7
IhorMaster commented@id.aleks No, because key 'core_version_requirement' introduced in version 8.7.7. We can't set key core_version_requirement ^8.6 as an example. I tried and got exception
"The 'core_version_requirement' can not be used to specify compatibility for a specific version before 8.7.7"
Comment #8
jrockowitz commentedI think the answer is that this patch is not really needed until Drupal 8.8.x is the only supported version.
Comment #9
jrockowitz commentedComment #11
jrockowitz commentedComment #12
jrockowitz commented