File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ You should now have the file `composer.phar` in your project directory.
2525Run in your project root:
2626
2727``` sh
28- php composer.phar require geoip2/geoip2:~ 2.0
28+ php composer.phar require geoip2/geoip2:^3. 2.0
2929```
3030
3131You should now have the files ` composer.json ` and ` composer.lock ` as well as
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ php composer.phar self-update
4343php composer.phar update --no-dev
4444
4545perl -pi -e " s/(?<=const VERSION = ').+?(?=';)/$tag /g" src/WebService/Client.php
46+ perl -pi -e " s{(?<=php composer\.phar require geoip2/geoip2:).+}{^$version }g" README.md
4647
4748
4849box_phar_hash=' 8d12a7d69a5003a80bd603ea95a8f3dcea30b9a2ad84cd7cb15b8193929def9e box.phar'
You can’t perform that action at this time.
0 commit comments