Skip to content

Commit fbb3fad

Browse files
oschwaldclaude
andcommitted
Update PHP geoip2 package version to ~3.0
The geoip2/geoip2 PHP package is now at version 3.x. Update the installation examples to use the latest major version. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent a8bb3d8 commit fbb3fad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/geoip/geolocate-an-ip/databases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ yarn add @maxmind/geoip2-node
5151

5252
```php
5353
# Install via Composer
54-
composer require geoip2/geoip2:~2.0
54+
composer require geoip2/geoip2:~3.0
5555
```
5656

5757
```python

content/geoip/geolocate-an-ip/web-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ yarn add @maxmind/geoip2-node
5454

5555
```php
5656
# Install via Composer
57-
composer require geoip2/geoip2:~2.0
57+
composer require geoip2/geoip2:~3.0
5858
```
5959

6060
```python

0 commit comments

Comments
 (0)