diff options
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..8bde336 --- /dev/null +++ b/composer.json @@ -0,0 +1,19 @@ +{ + "name": "rlerdorf/geoip", + "type": "php-ext", + "description": "Legacy GeoIP (v1) PHP extension wrapping MaxMind's libGeoIP C library", + "license": "PHP-3.01", + "require": { + "php": ">=7.2" + }, + "php-ext": { + "extension-name": "geoip", + "configure-options": [ + { + "name": "with-geoip", + "description": "Path to libGeoIP installation prefix (or 'yes' for auto-detection)", + "needs-value": true + } + ] + } +} |
