We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b20bb77 commit d882f74Copy full SHA for d882f74
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:~1.0
+php composer.phar require maxmind/minfraud:^3.2.0
28
29
30
You should now have the files `composer.json` and `composer.lock` as well as
dev-bin/release.sh
@@ -45,6 +45,7 @@ php composer.phar self-update
45
php composer.phar update --no-dev
46
47
perl -pi -e "s/(?<=const VERSION = ').+?(?=';)/$tag/g" src/MinFraud/ServiceClient.php
48
+perl -pi -e "s{(?<=php composer\.phar require maxmind\/minfraud:).+}{^$version}g" README.md
49
50
box_phar_hash='8d12a7d69a5003a80bd603ea95a8f3dcea30b9a2ad84cd7cb15b8193929def9e box.phar'
51
0 commit comments