diff options
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..20eab44 --- /dev/null +++ b/composer.json @@ -0,0 +1,12 @@ +{ + "name": "ip2location/ip2location-pie", + "type": "php-ext", + "license": "PHP-3.01", + "description": "IP2Location Geolocation Lookup", + "require": { + "php": ">= 7.0.0" + }, + "php-ext": { + "extension-name": "ip2location" + } +}
\ No newline at end of file |
