Problem/Motivation

A Drupal 9 compatible version was created by adding the core_version_requirement key in commit 6c8f54b416b4f0bdc099b0c0a09f8e84928a4281 but there has been no release since then.

Steps to reproduce

Proposed resolution

Create a new release from the latest 8.x-1.x branch.

Remaining tasks

User interface changes

API changes

Data model changes

CommentFileSizeAuthor
#2 3202058-2.patch391 bytesPooja Ganjage
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

opdavies created an issue. See original summary.

Pooja Ganjage’s picture

StatusFileSize
new391 bytes

Hi,

Creating a patch for updating license key in composer file, as it deprecated and use 'GPL-2.0-or-later' instead of 'GPL-2.0+' .

Please review the patch.

Thanks.

Pooja Ganjage’s picture

Status: Active » Needs review
opdavies’s picture

Creating a patch for updating license key in composer file, as it deprecated and use 'GPL-2.0-or-later' instead of 'GPL-2.0+' .

Does this prevent a D9 release from the current 8.x-1.x branch? If not, I'd suggest that this is split into its own issue.

opdavies’s picture

It seems that the 8.x-1.x branch isn't compatible with the drupal/core-dev package as it relies on symfony/css-selector 3 which is incompatible with D9.

Could it possibly be changed so that the module works with version 3 or 4 of that component?

e0ipso’s picture

Thanks for the digging @opdavies. I had not realized that. Is this something someone can write a patch for? 🙏

opdavies’s picture

I've created a merge request that I think should do it, though I haven't been able to check it on my project yet.

e0ipso’s picture

Adding some more changes and incorporating #3207471: Better composer.json to here.

  • e0ipso committed 7bf958e on 8.x-1.x authored by opdavies
    Issue #3202058 by opdavies, e0ipso, Pooja Ganjage, guilhermevp: D9...
e0ipso’s picture

Status: Needs review » Fixed

Thanks everyone!

Status: Fixed » Closed (fixed)

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