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" },