Active
Project:
Smart IP
Version:
5.0.0-alpha4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Dec 2025 at 18:18 UTC
Updated:
25 Dec 2025 at 18:18 UTC
Jump to comment: Most recent
When attempting to upgrade other modules (i.e. drupal/geoip) using smart_ip which also depend on geoip2, with version greater than 2.13.0, the upgrade is blocked due to composer.json Requires being locked to less than 3 (line 13 of Smart_IP composer.json being "geoip2/geoip2": "~2.0")
Attempt to update drupal/geoip to 3.0 or higher
Fails to upgrade due to Smart _IP requiring geoip2 limited to ~2.0 range
update Smart_IP composer.json to "geoip2/geoip2": "^2.0"
N/A
N/A
N/A
N/A
Comments