fix paths

This commit is contained in:
Alex Lushpai 2015-01-09 16:11:49 +03:00
parent 06dbe0daa9
commit 51e07b14bd
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1,2 @@
/vendor /vendor
composer.lock

View File

@ -1,5 +1,5 @@
{ {
"name": "intarocrm/opencart-module", "name": "retailcrm/opencart-module",
"description": "Opencart integration for IntaroCRM", "description": "Opencart integration for IntaroCRM",
"type": "library", "type": "library",
"keywords": ["api", "Intaro CRM", "rest"], "keywords": ["api", "Intaro CRM", "rest"],
@ -16,7 +16,7 @@
}, },
"require": { "require": {
"php": ">=5.3", "php": ">=5.3",
"retailcrm/rest-api-client": "1.3.*", "retailcrm/api-client-php": "1.3.*",
"symfony/console": "dev-master", "symfony/console": "dev-master",
"monolog/monolog": "dev-master" "monolog/monolog": "dev-master"
}, },