Problem/Motivation

We are unable to spin up a new codebase due to composer dependencies that are not Drupal 10 compatible. Also several other dependencies have updated versions.

Steps to reproduce

Attempt to composer require "drupal/event_platform:^1.0"

Composer error = drupal/registration_role 1.1.0 requires drupal/core ^8 || ^9

Proposed resolution

- "drupal/auto_entitylabel": "^3.0",
- "drupal/config_pages": "^2.15",
- "drupal/field_group": "^3.4",
- "drupal/field_permissions": "^1.2"
- "drupal/hide_revision_field": "^2.3"
- "drupal/honeypot": "^2.1",
- "drupal/pathauto": "^1.12",
- "drupal/registration_role": "^2.0",
- "drupal/smart_date": "^4.0.3",
- "drupal/workbench_email": "^3.0"

Remaining tasks

Make the MR and test!

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

seantwalsh created an issue. See original summary.

seantwalsh’s picture

Status: Active » Needs review
seantwalsh’s picture

Assigned: seantwalsh » Unassigned

mandclu made their first commit to this issue’s fork.

  • mandclu committed fe5e95d5 on 1.0.x authored by seantwalsh
    Issue #3407368 by seantwalsh, mandclu: Bump dependencies to latest...
mandclu’s picture

Status: Needs review » Fixed

Thanks for your work on this. Merged in.

Status: Fixed » Closed (fixed)

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