Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Thanks arpeggio for your work on getting smart_ip ready for Drupal 10. Installing 5.0.0-alpha2 still fails though, because it has a dependency to drupal/core ^9 in composer.json. Is this dependency even necessary?
Comments
Comment #2
arpeggio commentedComment #34
arpeggio commentedComment #35
phma commentedThanks arpeggio for your work on getting smart_ip ready for Drupal 10. Installing 5.0.0-alpha2 still fails though, because it has a dependency to drupal/core ^9 in
composer.json. Is this dependency even necessary?Comment #36
heddnNW because of #35.
Comment #37
heddnThis adds a test and does minimal changes to get them passing or fix some odd findings from phpstan.
Comment #38
darvanenCode looks good to me, came here because I found the same issue with composer.json.
I note the submodules also have composer.json files with references to drupal/core - should those be updated too?
Comment #39
heddnPlease also refer to #3348210: definition of getGeolocation(string $ipAddress) in sub-module missing 'array' and #3304799: Trim with null (deprecated/error) PHP 8.1. Which are also needed to get PHP 8.1 support (required for Drupal 10).
Comment #40
heddnClosed out the following as duplicates to this.
Comment #87
heddnI think this should be marked as done.