- @deciphered opened merge request.
- Status changed to Needs review
almost 2 years ago 1:11am 7 February 2023 - 🇦🇺Australia Deciphered
This can't be merged until the JSON:API Views module has it's D10 compatibility issue resolved, but in the meantime you can use the issue branch in your composer file to install with Drupal 10.
The following (or similar) is required in your projects composer.json:
"repositories": { "drupal": { "type": "composer", "url": "https://packages.drupal.org/8", "exclude": [ "drupal/druxt" ] }, "drupal/druxt": { "type": "git", "url": "https://git.drupalcode.org/issue/druxt-3287092.git" } },
Then add the module using:
composer require drupal/druxt:dev-feature/3287092-drupal-10
I hope this is helpful to others.
- Status changed to RTBC
almost 2 years ago 3:27am 10 February 2023 - 🇦🇺Australia Deciphered
JSON:API Views 8.x-1.1 released, unblocking this. Marking it RTBC
-
Deciphered →
committed 2d66adbf on 1.2.x
chore(#3287092): drupal 10 update
-
Deciphered →
committed 2d66adbf on 1.2.x