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

Project Update Bot created an issue. See original summary.

project update bot’s picture

Status: Active » Needs review
StatusFileSize
new383 bytes

This is an automated patch generated by Drupal Rector. Please see the issue summary for more details.

It is important that any automated tests available are run with this patch and that you manually test this patch.

Drupal 9 Compatibility

According to the Upgrade Status module this patch makes this module compatible with Drupal 9! 🎉
This patch updates the info.yml file for Drupal 9 compatibility.

Leaving this issue open, even after committing the current patch, will allow the Project Update Bot to post additional Drupal 9 compatibility fixes as they become available in Drupal-Rector.

Debug info

Bot run #1478

This patch was created using these packages:

  1. mglaman/phpstan-drupal: 0.12.3
  2. palantirnet/drupal-rector: 0.5.6
  3. rector/rector-prefixed: v0.7.29
jcontreras’s picture

Issue summary: View changes
StatusFileSize
new385 bytes

Project Update Bot patch. can not be applied to 8.x-1.0 - I rerolled the patch to upgrade to D9

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

lucasgrecco’s picture

Using the issue branch with composer:

Under Repositories section, add the repo:

        {
            "type": "git",
            "url": "https://git.drupalcode.org/issue/entity_embed_link-3147324.git"
        },

Under require section:
"drupal/entity_embed_link": "dev-3147324-d9-upgrade",

Or using terminal:

composer require "drupal/entity_embed_link:dev-3147324-d9-upgrade"

berramou’s picture

berramou’s picture

Status: Needs review » Closed (duplicate)