We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 287e19a commit 71520b7Copy full SHA for 71520b7
2 files changed
README.md
@@ -25,7 +25,7 @@ You should now have the file `composer.phar` in your project directory.
25
Run in your project root:
26
27
```
28
-php composer.phar require maxmind/minfraud:^3.5.0
+php composer.phar require maxmind/minfraud:^3.6.0
29
30
31
You should now have the files `composer.json` and `composer.lock` as well as
src/MinFraud/ServiceClient.php
@@ -9,7 +9,7 @@
9
10
abstract class ServiceClient
11
{
12
- public const VERSION = 'v3.5.0';
+ public const VERSION = 'v3.6.0';
13
14
/**
15
* @var Client
0 commit comments