Closed (fixed)
Project:
URL to Video Filter
Version:
2.0.0
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
5 Feb 2026 at 12:26 UTC
Updated:
23 Apr 2026 at 17:35 UTC
Jump to comment: Most recent
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"
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.
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
Comment #2
aranzazu_dru commentedComment #3
aranzazu_dru commentedComment #4
jaypanI've released a D11 compatible version. Thank you for your contribution.