Created on 5 July 2023, almost 2 years ago
Updated 28 August 2023, over 1 year ago

Problem/Motivation

Trying to install USWDS Paragraph Components via composer results in the error:

drupal/uswds_paragraph_components[2.4.0, ..., 2.4.3] require drupal/viewsreference ^2.0 -> found drupal/viewsreference[dev-2.x, 2.0.0-alpha1, ..., 2.x-dev (alias of dev-2.x)] but it does not match your minimum-stability.

Steps to reproduce

In a fresh Drupal instance, run:
composer require 'drupal/uswds_paragraph_components:^2.4'

Proposed resolution

Perhaps change:
"drupal/viewsreference": "^2.0" in composer.json to "drupal/viewsreference": "^2.0@beta" until such time as drupal/viewsreference releases a stable 2.0 release.

Or tell people to run composer require 'drupal/viewsreference:^2.0@beta' prior to installing uswds_paragraph_components?

🐛 Bug report
Status

Closed: cannot reproduce

Version

2.4

Component

Code

Created by

🇨🇦Canada Dan_Scott

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024