Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.

Commit bd30c31

Browse files
mogtofu33e0ipso
authored andcommitted
fix: prevent getIncludes() error with jsonapi 1.23 (#333)
1 parent f9b011b commit bd30c31

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
"Improve path method descriptions": "https://www.drupal.org/files/issues/2018-09-29/3001993--initial-description--7.patch"
4242
},
4343
"drupal/jsonapi": {
44-
"Only serialize sparse_fieldset fields": "https://www.drupal.org/files/issues/2018-11-05/3011099-12-8.x-1.x.patch"
44+
"Only serialize sparse_fieldset fields": "https://www.drupal.org/files/issues/2018-11-05/3011099-12-8.x-1.x.patch",
45+
"Error: Call to a member function getIncludes() on null": "https://www.drupal.org/files/issues/2018-11-07/getIncludes-on-null-error-3011836-2.patch"
4546
}
4647
}
4748
},

0 commit comments

Comments
 (0)