From 51e07b14bd153a5eca52ae169267d72d1772f67e Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Fri, 9 Jan 2015 16:11:49 +0300 Subject: [PATCH] fix paths --- system/library/intarocrm/.gitignore | 1 + system/library/intarocrm/composer.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/system/library/intarocrm/.gitignore b/system/library/intarocrm/.gitignore index 61ead86..dfd6caa 100644 --- a/system/library/intarocrm/.gitignore +++ b/system/library/intarocrm/.gitignore @@ -1 +1,2 @@ /vendor +composer.lock \ No newline at end of file diff --git a/system/library/intarocrm/composer.json b/system/library/intarocrm/composer.json index 2c9e52f..dd4f101 100644 --- a/system/library/intarocrm/composer.json +++ b/system/library/intarocrm/composer.json @@ -1,5 +1,5 @@ { - "name": "intarocrm/opencart-module", + "name": "retailcrm/opencart-module", "description": "Opencart integration for IntaroCRM", "type": "library", "keywords": ["api", "Intaro CRM", "rest"], @@ -16,7 +16,7 @@ }, "require": { "php": ">=5.3", - "retailcrm/rest-api-client": "1.3.*", + "retailcrm/api-client-php": "1.3.*", "symfony/console": "dev-master", "monolog/monolog": "dev-master" },