mirror of
https://github.com/retailcrm/opencart-module.git
synced 2025-03-30 11:40:11 +03:00
fix paths
This commit is contained in:
parent
06dbe0daa9
commit
51e07b14bd
2 changed files with 3 additions and 2 deletions
1
system/library/intarocrm/.gitignore
vendored
1
system/library/intarocrm/.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
/vendor
|
||||
composer.lock
|
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue