Problem/Motivation

The URL to Video Filter module cannot be installed on Drupal 11 because its
composer.json restricts the core requirement to Drupal 9 and 10 only:

"drupal/core": "^9 || ^10"

Steps to reproduce

  1. Create or upgrade a site to Drupal 11.
  2. Attempt to install the URL to Video Filter module using Composer.
  3. Composer refuses to install the module due to the core version constraint.

Proposed resolution

Update the module's composer.json to allow Drupal 11 by extending the core
requirement
This change would allow the module to be installed and tested on Drupal 11
without affecting compatibility with previous supported versions.

Remaining tasks

  • Update the composer.json file.
  • Verify the module works correctly on Drupal 11.
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

aranzazu_dru created an issue. See original summary.

aranzazu_dru’s picture

Category: Support request » Task
aranzazu_dru’s picture

Status: Active » Needs review
jaypan’s picture

Status: Needs review » Fixed

I've released a D11 compatible version. Thank you for your contribution.

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.

Status: Fixed » Closed (fixed)

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