We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ed1e41 commit 97ddce2Copy full SHA for 97ddce2
2 files changed
README.md
@@ -24,7 +24,7 @@ You should now have the file `composer.phar` in your project directory.
24
Run in your project root:
25
26
```
27
-php composer.phar require maxmind/minfraud:^3.2.0
+php composer.phar require maxmind/minfraud:^3.3.0
28
29
30
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.2.0';
+ public const VERSION = 'v3.3.0';
13
14
/**
15
* @var Client
0 commit comments