Problem/Motivation

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")

Steps to reproduce

Attempt to update drupal/geoip to 3.0 or higher
Fails to upgrade due to Smart _IP requiring geoip2 limited to ~2.0 range

Proposed resolution

update Smart_IP composer.json to "geoip2/geoip2": "^2.0"

Remaining tasks

N/A

User interface changes

N/A

API changes

N/A

Data model changes

N/A

Comments

greasymonkey1960 created an issue.