Problem/Motivation

The project seems outdated and is not compatible with the latest minor drupal version 9.4.

Proposed resolution

Update composer.json with new versions of dependencies to support the latest available versions.

Remaining tasks

  • Apply security updates
  • Upgrade unsupported modules
  • Refactor stale patches
  • Update modules used in development to latest versions
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

sdstyles created an issue. See original summary.

sdstyles’s picture

Assigned: sdstyles » Unassigned
Status: Active » Needs review
hitchshock’s picture

+1 RTBC
On my project, it looks good. But we still need more than 1 approval.

To apply the patch correctly and not break anything, I added a fork branch to the composer repo and installed the current dev branch

   "repositories": [
        {
            "type": "git",
            "url": "git@git.drupal.org:issue/dropsolid_rocketship_profile-3314700.git"
        }
    ],
composer require "drupal/dropsolid_rocketship_profile:dev-3314700-drupal-9.4.x-compatibility as 5.0"  --update-no-dev
nginex’s picture

Assigned: Unassigned » nginex

nginex’s picture

Assigned: nginex » Unassigned
Status: Needs review » Fixed

composer.json has been updated to deal with drupal core 9.4.x

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.