Closed (won't fix)
Project:
Automated Logout
Version:
master
Component:
Code
Priority:
Major
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Dec 2025 at 17:19 UTC
Updated:
8 Mar 2026 at 13:12 UTC
Jump to comment: Most recent
Comments
Comment #2
bolaghi commentedcomposer require 'drupal/autologout:^2.0'
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires drupal/autologout ^2.0 -> satisfiable by drupal/autologout[2.0.0, 2.0.1].
- drupal/autologout[2.0.0, ..., 2.0.1] require drupal/js_cookie ^1.0 -> found drupal/js_cookie[1.0.0, 1.0.1, 1.0.2] but it conflicts with your root composer.json require (^2.0).
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Comment #3
the_g_bomb commentedA better approach may be to test and implement the removal of js_cookie in: #3557620: Remove JS Cookie dependency. If you had time, could you test that and report back there, please?
Comment #4
the_g_bomb commentedRemoving js_cookie should resolve this in the 2.x branch. It will be backported to 8.x-1.x and then released.