From cf0b37d141d899aa7481135904e3284acc2a4ec3 Mon Sep 17 00:00:00 2001 From: Alfred TCHONDJO Date: Sun, 16 Apr 2023 03:03:42 +0200 Subject: [PATCH] fix build error due to extra data in composer.json Signed-off-by: Alfred TCHONDJO --- composer.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index f7412d2..865bfec 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "A lightweight but powerful IP address lookup database solution to determine visitors country", "minimum-stability": "stable", "homepage": "https://github.com/iriven/GeoIP2Country", - "keywords": ["geoip", "geolocation", "ip2country", "ip2location", "ip geolocation", "ipaddress", "php"], + "keywords": ["geoip", "geolocation", "ip2country", "ip2location", "ip geolocation", "ipaddress", "ip2location lite", "php"], "license": "proprietary", "authors": [ { @@ -20,5 +20,4 @@ "ext-pdo_sqlite": "*", "ext-curl": "*" } -} -"ip2location", "ip2locationlite", "geolocation", "ip geolocation", \ No newline at end of file +} \ No newline at end of file