- Issue created by @webberly
- 🇨🇦Canada mandclu
The simple fix is to change the minimum-stability value in your composer.json file to beta. That said, the views summary tabs module has been in use for a while with no errors reported, so we can safely make a stable of that.
- 🇨🇦Canada mandclu
A stable release of Views Summary Tabs has been created, so re-running the composer command should be able to complete without any errors.
Thank you, ive changed it to 'beta' in the composer.json and reran it and get this:
Problem 1
- drupal/event_platform[1.0.0-beta1, ..., 1.0.1] require drupal/registration_role ^1.1 -> satisfiable by drupal/registration_role[1.1.0-beta2, 1.1.0].
- drupal/registration_role[1.0.0-beta1, ..., 1.1.0-beta2] require drupal/core ~8.0 -> found drupal/core[8.0.0-beta6, ..., 8.9.20] but these were not loaded, likely because it conflicts with another require.
- drupal/registration_role 1.1.0 requires drupal/core ^8 || ^9 -> found drupal/core[8.0.0-beta6, ..., 8.9.20, 9.0.0-beta1, ..., 9.5.11] but these were not loaded, likely because it conflicts with another require.
- Root composer.json requires drupal/event_platform ^1.0 -> satisfiable by drupal/event_platform[1.0.0-beta1, ..., 1.0.1].- Status changed to Needs review
11 months ago 3:35pm 27 March 2024 - 🇨🇦Canada mandclu
I've updated the composer.json in an MR here to pull in newer versions of a couple of the dependencies. Please test this out and let me know if it resolves your issue.
- Status changed to Closed: duplicate
10 months ago 1:47pm 4 May 2024 - 🇨🇦Canada mandclu
I realize the work here is already addressed in 🐛 Bump dependencies to latest Drupal 10 compatible versions Needs review so closing this issue as a duplicate.