Skip to content

Commit 610d2fb

Browse files
committed
Update dependencies
1 parent 794345c commit 610d2fb

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ CHANGELOG
1010
* BREAKING: The `rawResponse` property on model classess has been removed. Use
1111
the `jsonSerialize` method instead.
1212
* BREAKING: The inheritance hierarchy on model classes has changed.
13+
* Updated `geoip2/geoip2` to version that includes the `isAnycast` property on
14+
`GeoIp2\Record\Traits`. This property is `true` if the IP address belongs to
15+
an [anycast network](https://en.wikipedia.org/wiki/Anycast). This is available
16+
in minFraud Insights and Factors.
1317

1418
1.23.0 (2023-03-06)
1519
-------------------

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"require": {
2020
"php": ">=8.1",
2121
"ext-json": "*",
22-
"geoip2/geoip2": "^v3.0.0-alpha3",
22+
"geoip2/geoip2": "^v3.0.0",
2323
"maxmind/web-service-common": "^0.9.0",
24-
"respect/validation": "~2.1"
24+
"respect/validation": "^2.2.4"
2525
},
2626
"require-dev": {
2727
"friendsofphp/php-cs-fixer": "3.*",
@@ -44,4 +44,4 @@
4444
"sniff": "phpcs -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src/ tests/",
4545
"format": "phpcbf -p --standard=PSR2 --runtime-set ignore_errors_on_exit 1 --runtime-set ignore_warnings_on_exit 1 src/ tests/"
4646
}
47-
}
47+
}

0 commit comments

Comments
 (0)