Active
Project:
JSON:API Explorer
Version:
8.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Mar 2020 at 11:50 UTC
Updated:
17 Mar 2020 at 11:51 UTC
Jump to comment: Most recent
After upgrading JSON:API Schema to version alpha-8 issue was appeared.
Looks like backward compatibility is broken due to this change:
https://git.drupalcode.org/project/jsonapi_schema/-/compare/8.x-1.0-alph...
As a possible solution we can specify more strict dependency in composer.json:
"require": {
"drupal/core": "*",
"drupal/jsonapi_hypermedia": "*",
"drupal/jsonapi_schema": "1.0.0-alpha7"
},

| Comment | File | Size | Author |
|---|
Comments
Comment #2
dmitry.korhov