From ada7ec05a742cfd54b9cd691a81a853b08f77f03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Sauvat?= Date: Mon, 4 Jan 2016 18:20:37 +0100 Subject: [PATCH] Renamed to libsugarcrm. --- README.md | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 76825cb..10ee1eb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# inetprocess/sugarcrm +# inetprocess/libsugarcrm That library allows anybody to interact with a SugarCRM application, outside that application. Suppose you need to do a importation script, running every night, with a very specific set of transformations or check. Then you need that kind of tools to be able to "Login" to SugarCRM, diff --git a/composer.json b/composer.json index 5d8ad00..be5a2c4 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { - "name": "inetprocess/sugarcrm", + "name": "inetprocess/libsugarcrm", "description": "This library provides a various classes to interact with SugarCRM", "type": "library", - "keywords": ["sugarcrm"], + "keywords": ["sugarcrm", "sugarcli"], "authors": [ { "name": "Emmanuel Dyan",