Can't install on fresh d10.3 site with composer

Created on 27 March 2024, 11 months ago
Updated 4 May 2024, 10 months ago

Will not install on fresh drupal 10.2 site with composer:

Running composer update drupal/event_platform
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

Problem 1
- Root composer.json requires drupal/event_platform ^1.0 -> satisfiable by drupal/event_platform[1.0.0, 1.0.1].
- drupal/event_platform[1.0.0, ..., 1.0.1] require drupal/views_summary_tabs ^1.0@beta -> found drupal/views_summary_tabs[dev-1.0.x, 1.0.0-beta1, 1.0.x-dev (alias of dev-1.0.x)] but it does not match your minimum-stability.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

🐛 Bug report
Status

Closed: duplicate

Version

1.0

Component

Code

Created by

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

  • 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].

  • Merge request !8Update composer dependencies → (Open) created by mandclu
  • Status changed to Needs review 11 months ago
  • 🇨🇦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
  • 🇨🇦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.

Production build 0.71.5 2024