Update composer.json

This commit is contained in:
Alex Lushpai 2015-01-08 14:39:48 +03:00
parent d1e1abcea3
commit 7412a6e7e7

View File

@ -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"
}
]
}
}