Skip to content

Commit 71520b7

Browse files
committed
Update for v3.6.0
1 parent 287e19a commit 71520b7

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
@@ -25,7 +25,7 @@ You should now have the file `composer.phar` in your project directory.
2525
Run in your project root:
2626

2727
```
28-
php composer.phar require maxmind/minfraud:^3.5.0
28+
php composer.phar require maxmind/minfraud:^3.6.0
2929
```
3030

3131
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.5.0';
12+
public const VERSION = 'v3.6.0';
1313

1414
/**
1515
* @var Client

0 commit comments

Comments
 (0)