File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff 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
14181.23.0 (2023-03-06)
1519-------------------
Original file line number Diff line number Diff line change 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.*" ,
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+ }
You can’t perform that action at this time.
0 commit comments