- Issue created by @Ankush_03
- Status changed to Needs review
over 1 year ago 8:06am 19 October 2023 - 🇦🇺Australia larowlan 🇦🇺🏝.au GMT+10
drupal/jsonapi_resources[dev-1.x, 1.0.0-beta1, ..., 1.x-dev (alias of dev-1.x)] but it does not match your minimum-stability.
Json API resources doesn't have a stable release and your minimum stability is preventing it from being installed
If you composer require it on its own it should work
- 🇺🇸United States jpshayes
As of the current date, the recommended version of drupal/jsonapi_resources is 8.x-1.0-beta5. This is important to note because drupal/jsonapi_menu_items version 1.2.4 depends on drupal/jsonapi_resources.
Given that drupal/jsonapi_resources does not yet have a stable release, it's necessary to install this dependency separately to avoid conflicts with the minimum-stability setting in your composer.json.
composer require 'drupal/jsonapi_resources:8.x-1.0-beta5'
composer require 'drupal/jsonapi_menu_items:^1.2'
- Status changed to Closed: works as designed
10 months ago 1:24pm 15 March 2024 - 🇺🇸United States mglaman WI, USA
Closing. The issue is jsonapi_resources. I've opened 🌱 Release 1.0 Active to get a stable release out.