Closed (works as designed)
Project:
Views Dependent Filters
Version:
8.x-1.3
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Mar 2025 at 19:17 UTC
Updated:
13 Mar 2025 at 12:16 UTC
Jump to comment: Most recent
Comments
Comment #2
maxilein commentedSame here:
composer require 'drupal/views_dependent_filters:^1.3'
./composer.json has been updated
Running composer update drupal/views_dependent_filters
Gathering patches for root package.
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires drupal/views_dependent_filters ^1.3 -> satisfiable by drupal/views_dependent_filters[1.3.0].
- drupal/views_dependent_filters 1.3.0 requires drupal/core ^8.8 || ^9 || ^10 -> found drupal/core[8.8.0, ..., 8.9.20, 9.0.0, ..., 9.5.11, 10.0.0, ..., 10.4.4] but the package is fixed to 11.1.3 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
Comment #3
orkutmuratyilmazThis is what I see:
Comment #4
strykaizerI can not reproduce this.
To test this I installed a vanilla 11.1.4 Drupal in ddev.
with composer, I installed 1.2 views_dependent_filters
Then I ran composer update drupal/views_dependent_filters -W, which updated to 1.3 as expected.
Can you please document how to reproduce this on a vanilla drupal environment?
Comment #6
orkutmuratyilmazToday a new release is created for Entity Usage. After that, this is the output:
Comment #7
maxilein commentedhm, ... it works if you just use
composer require 'drupal/views_dependent_filters
Comment #8
maxilein commentedand it is not on ddev
Comment #9
hassebasse commentedI started this issue but now it works for me. I tried a multiple times with no installation but a few days later it installed with
composer upgrade -WI have no idea about what was going on.Comment #10
strykaizerPerfect. Thanks for reporting back!
Closing for now