Skip to content

Commit becb791

Browse files
committed
Update for v3.5.0
1 parent 300bac6 commit becb791

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You should now have the file `composer.phar` in your project directory.
2424
Run in your project root:
2525

2626
```
27-
php composer.phar require maxmind/minfraud:^3.4.0
27+
php composer.phar require maxmind/minfraud:^3.5.0
2828
```
2929

3030
You should now have the files `composer.json` and `composer.lock` as well as

src/MinFraud/ServiceClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
abstract class ServiceClient
1111
{
12-
public const VERSION = 'v3.4.0';
12+
public const VERSION = 'v3.5.0';
1313

1414
/**
1515
* @var Client

0 commit comments

Comments
 (0)