Closed (fixed)
Project:
JSON:API Reference
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2019 at 10:47 UTC
Updated:
20 Jan 2020 at 10:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
jkswoods commentedComment #4
jkswoods commentedWrong patch... this is the right one.
Comment #5
jkswoods commentedComment #6
eli-tWe have tested this on 8.7.1 and have never had to actually make any deprecations in the short lifetime of this module.
So I would suggest to set the composer required version to be minimum 8.7 or any 9, and in the info.yml file, keep the core key.
Comment #7
jkswoods commentedUpdated patch with the composer drupal/core constraint set to
^8.7 | ^9and info.yml constraint core_version_requirement set to '^8 || ^9', which also includes the core key.Comment #8
jkswoods commentedUpdated patch to include the double pipe OR operator in composer.json instead of single pipe OR operator (which is deprecated).
Comment #10
eli-t