diff options
| author | Remi Collet <remi@remirepo.net> | 2026-03-17 15:30:06 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-03-17 15:30:06 +0100 |
| commit | ad9272cbe16708109bf1dd558bedce441f7148d0 (patch) | |
| tree | 80f70e2dba72ce74c48a3355fbdd799fd37da321 /composer.json | |
| parent | 0318770a0d3cfe207e9ffb6ec852d652db536a9a (diff) | |
sources from github
drop patch merged upstream
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 |
