From e08391bb4a3d318e0bf810fbb0a1bd30482a533d Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Mon, 6 Aug 2018 08:37:15 -0700 Subject: [PATCH] Limit keywords to 20 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 9f77b9e..d48b460 100644 --- a/composer.json +++ b/composer.json @@ -4,9 +4,9 @@ "homepage": "https://github.com/php-curl-class/php-curl-class", "license": "Unlicense", "keywords": [ - "php", "curl", "class", "api", "api-client", "client", "framework", - "http", "http-client", "http-proxy", "json", "proxy", "requests", - "rest", "restful", "web service", "xml" + "php", "curl", "class", "api", "api-client", "client", "framework", "http", "http-client", "http-proxy", "json", + "php-curl", "php-curl-library", "proxy", "requests", "restful", "web-scraper", "web-scraping", "web-service", + "xml" ], "authors": [ {