From 7412a6e7e7e3f5d1ab80b3b3ce4f69a064422bf7 Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Thu, 8 Jan 2015 14:39:48 +0300 Subject: [PATCH] Update composer.json --- system/library/intarocrm/composer.json | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/system/library/intarocrm/composer.json b/system/library/intarocrm/composer.json index 855f512..2c9e52f 100644 --- a/system/library/intarocrm/composer.json +++ b/system/library/intarocrm/composer.json @@ -1,9 +1,9 @@ { "name": "intarocrm/opencart-module", - "description": "Prestashop integration for IntaroCRM", + "description": "Opencart integration for IntaroCRM", "type": "library", "keywords": ["api", "Intaro CRM", "rest"], - "homepage": "http://www.intarocrm.ru/", + "homepage": "http://www.retailcrm.ru/", "authors": [ { "name": "Alex Lushpai", @@ -16,7 +16,7 @@ }, "require": { "php": ">=5.3", - "intarocrm/rest-api-client": "1.3.*", + "retailcrm/rest-api-client": "1.3.*", "symfony/console": "dev-master", "monolog/monolog": "dev-master" }, @@ -24,11 +24,5 @@ "psr-0": { "": "/" } - }, - "repositories": [ - { - "type": "git", - "url": "https://github.com/intarocrm/rest-api-client" - } - ] + } }