- Issue created by @BEGRAFX
As of today (14 November, 2023) a "fresh install" of rating_app will not work as shown. Starting with a fresh Drupal 10 Installation (in a DDEV Local environment) I installed rating_app
via Composer as instructed on the main project page
ddev composer require 'drupal/rating_app:^1.0@alpha'
This will not work, as the votingapi
module is now in a beta version. I see that you have hardcoded the "dev-3.x" version in your COMPOSER.JSON, which required me to first manually install the votingapi
module, specifying the older dev version, as it of course wants to install the newer beta version. I was going to create a patch, but I'm unsure if using the beta version will "break" anything, so I simply wanted to make you aware of the situation (if you aren't already), and let you address it as you see best.
Active
1.0
Code