Describe the bug
The current version of drupal/viewsreference:1.7 supports PHP 8.0 but not 8.1. The 2.0 version should support it as it does not have a PHP requirement. However, it is still in beta. We'll need this resolved for Drupal 10 upgrade.
Problem 1
- Root composer.json requires drupal/viewsreference == 1.7.0.0 -> satisfiable by drupal/viewsreference[1.7.0].
- drupal/viewsreference 1.7.0 requires php ^5.5|^7.0 -> your php version (8.0; overridden via config.platform, actual: 8.1.3) does not satisfy that requirement.
Problem 2
- drupal/viewsreference 1.7.0 requires php ^5.5|^7.0 -> your php version (8.0; overridden via config.platform, actual: 8.1.3) does not satisfy that requirement.
- cu-starterkit/upstream-configuration 1.0.0 requires drupal/viewsreference ^1.7 -> satisfiable by drupal/viewsreference[1.7.0].
- Root composer.json requires cu-starterkit/upstream-configuration == 1.0.0.0 -> satisfiable by cu-starterkit/upstream-configuration[1.0.0].
Expected behavior
Should not get any errors or warnings about compatibility issues.
Desktop (please complete the following information):
Describe the bug The current version of drupal/viewsreference:1.7 supports PHP 8.0 but not 8.1. The 2.0 version should support it as it does not have a PHP requirement. However, it is still in beta. We'll need this resolved for Drupal 10 upgrade.
https://www.drupal.org/project/viewsreference
To Reproduce Steps to reproduce the behavior:
composer install
Expected behavior Should not get any errors or warnings about compatibility issues.
Desktop (please complete the following information):