Skip to content

Commit afd9632

Browse files
authored
MaxMind PHP extensions (#687)
* Maxmind does not require special php extension * MaxMindBinary does require special PHP extension
1 parent a198253 commit afd9632

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
],
1414
"require": {
1515
"php": "^7.0",
16+
"ext-geoip": "*",
1617
"geoip/geoip": "^1.17",
1718
"willdurand/geocoder": "^4.0"
1819
},

0 commit comments

Comments
 (0)