Problem/Motivation

no Drupal 11 release

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork tca-3549881

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

realityloop created an issue. See original summary.

realityloop’s picture

Status: Active » Needs review
realityloop’s picture

To use with Drupal 11 add the following above the require section of composer.json:

    "repositories": {
        "drupal": {
            "type": "composer",
            "url": "https://packages.drupal.org/8",
            "exclude": [
                "drupal/tca"
            ]
        },
        "drupal/tca": {
            "type": "git",
            "url": "https://git.drupalcode.org/issue/tca-3549881.git"
        }
    },

Then run composer require drupal/tca:dev-3549881-drupal-11-support

pgshehata’s picture

Works for me. ✅

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

mauro_’s picture

Status: Needs review » Fixed

Fixed Drupal 11 support and created a 3.1.0 release. Thanks for the contributions @realityloop @pgshehata!

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

mauro_’s picture

Status: Fixed » Closed (fixed)