Add the 'core_version_requirement' key in info.yml and composer.json files
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 3107975-5.patch | 894 bytes | ankush_03 |
| #3 | core-version-requirement-key-3107975-1.patch | 364 bytes | ramya balasubramanian |
| #2 | 3107975-2.patch | 861 bytes | akashkumar07 |
Comments
Comment #2
akashkumar07 commentedPlease review the patch.
Comment #3
ramya balasubramanian commentedUpdated the patch. Please have a look
Comment #4
ankush_03@Ramya Balasubramanian @AkashkumarOSL
With that requirement, anyone running older Drupal 8 versions would not be able to upgrade to newer versions of Email Blocker, which might not be an ideal UX.
Attached updated patch, please have a look.
Comment #5
ankush_03Forgot to add composer dependency file @ AkashkumarOSL kindly change "drupal/core": "^8.7.7 || ^9" to "drupal/core": "^8.0 || ^9.0" in your patch file and update new one.
Comment #6
ankush_03Added Final patch with all dependency.
Comment #8
binnythomas commentedThanks for the patch. Applying it.