- Issue created by @camoa
While VOting API Reaction is D11 compatible, it still requires Voting API 3.x.
Per the comment from one of the maintainers in the D11 Compatibility issue:
It already is compatible and working in D11 on the 4.0.x branch. Please leave this issue closed.
8.x-3.x is for Drupal ^9.2 || ^10
4.0.x is for Drupal ~10.3 || ^11
Install voting API 4.x-dev:
composer require 'drupal/votingapi:4.0.x-dev@dev' -W
Try to install Voting API Reaction:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires drupal/votingapi_reaction ^1.11 -> satisfiable by drupal/votingapi_reaction[1.11.0, 1.x-dev].
- drupal/votingapi_reaction[1.11.0, ..., 1.x-dev] require drupal/votingapi ^3.0 -> found drupal/votingapi[dev-3.x, 3.0.0-alpha2, ..., 3.x-dev (alias of dev-3.x)] but it conflicts with your root composer.json require (4.0.x-dev@dev).
Update the requirement of the module to use Voting API 4.x (and or 4.x-dev).
Test that all integrations work.
Active
1.0
Code