Problem/Motivation
The requirement for Rules 8.x-3.0-alpha8 "Typed Data API enhancements" 8.x-1.0-beta3 is not supported any longer.
Trying to update to the supported version 2.1.0 gives the following error message:
Problem 1
- drupal/rules is locked to version 3.0.0-alpha8 and an update of this package was not requested.
- drupal/rules 3.0.0-alpha8 requires drupal/typed_data ^1.0 -> found drupal/typed_data[dev-1.x, 1.0.0-alpha1, ..., 1.x-dev (alias of dev-1.x)] but it does not match your minimum-stability.
Problem 2
- drupal/core-recommended is locked to version 10.2.5 and an update of this package was not requested.
- drupal/typed_data 2.1.0 requires drupal/core ^10.3 | ^11 -> satisfiable by drupal/core[10.3.0, 10.3.1].
- You can only install one version of a package, so only one of these can be installed: drupal/core[8.7.0, ..., 8.9.20, 9.0.0, ..., 9.5.11, 10.0.0, ..., 10.3.1].
- drupal/core-recommended 10.2.5 requires drupal/core 10.2.5 -> satisfiable by drupal/core[10.2.5].
- Root composer.json requires drupal/typed_data ^2.1 -> satisfiable by drupal/typed_data[2.1.0].
This in turn block the Drupal upgrade 10.2.5 to 10.3.1 with:
Problem 1
- Root composer.json requires drupal/core-recommended 10.3.1 -> satisfiable by drupal/core-recommended[10.3.1].
- drupal/typed_data 1.0.0-beta3 conflicts with drupal/core 10.3.1.
- drupal/core-recommended 10.3.1 requires drupal/core 10.3.1 -> satisfiable by drupal/core[10.3.1].
- drupal/typed_data is locked to version 1.0.0-beta3 and an update of this package was not requested.
Steps to reproduce
$ composer require 'drupal/typed_data:^2.1'
Proposed resolution
Have not yet investigated with is the main problem
Remaining tasks
TBD
User interface changes
None
API changes
TBD
Data model changes
Probaly none