Installing 4.0.0-beta1 via composer downgrades CiviCRM to 5.67.1

Created on 6 December 2023, 7 months ago
Updated 7 December 2023, 7 months ago

Problem/Motivation

When installing 4.0.0-beta1, my civicrm version is downgraded to 5.67.1

Steps to reproduce

Have CiviCRM installed via composer with the following versions:

        "civicrm/civicrm-core": "^5.67",
        "civicrm/civicrm-drupal-8": "^5.67",
        "civicrm/civicrm-packages": "^5.67",

Install version 4.0.0-beta1

πŸ› Bug report
Status

Closed: cannot reproduce

Version

4.0

Component

Code

Created by

πŸ‡¦πŸ‡ΊAustralia nicholosophy Brisbane

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

Comments & Activities

  • Issue created by @nicholosophy
  • πŸ‡ΊπŸ‡ΈUnited States markusa

    I think its possible that something else is causing a downgrade. CiviCRM Entity itself is not making any version requirements for CiviCRM
    https://github.com/eileenmcnaughton/civicrm_entity/blob/4.0.x/composer.json

    {
        "name": "drupal/civicrm_entity",
        "type": "drupal-module",
        "description": "Expose CiviCRM entities as Drupal entities.",
        "homepage": "http://drupal.org/project/civicrm_entity",
        "license": "GPL-2.0+",
        "require": {
            "drupal/core": "^10",
            "civicrm/civicrm-drupal-8": "*"
        },
        "require-dev": {
            "drupal/fullcalendar_view": "^5.0"
        },
        "minimum-stability": "dev"
    }

    I'll look into it, but can't think of why it would downgrade from 5.67.3 to 5.67.1

  • Status changed to Postponed: needs info 7 months ago
  • πŸ‡ΊπŸ‡ΈUnited States markusa

    I tested upgrading a site from 5.63 to 5.67.3 and then upgrading CiviCRM, and also requiring into a blank D10 site
    composer create-project drupal/recommended-project new-blank-d10
    composer require civicrm/civicrm-core civicrm/civicrm-packages civicrm/civicrm-drupal-8
    as of this date, 5.67.3 pulled in for CiviCRM, then
    composer require 'drupal/civicrm_entity:^4.0@beta'

    Composer kept civicrm at 5.67.3 afterwards.

    I'll need more specific information to assist

  • πŸ‡¦πŸ‡ΊAustralia nicholosophy Brisbane

    Yeah this appears to be an incorrect report. Thanks for looking into this.

  • Status changed to Closed: cannot reproduce 7 months ago
  • πŸ‡¦πŸ‡ΊAustralia nicholosophy Brisbane
Production build 0.69.0 2024