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", "name": "intarocrm/opencart-module",
"description": "Prestashop integration for IntaroCRM", "description": "Opencart integration for IntaroCRM",
"type": "library", "type": "library",
"keywords": ["api", "Intaro CRM", "rest"], "keywords": ["api", "Intaro CRM", "rest"],
"homepage": "http://www.intarocrm.ru/", "homepage": "http://www.retailcrm.ru/",
"authors": [ "authors": [
{ {
"name": "Alex Lushpai", "name": "Alex Lushpai",
@ -16,7 +16,7 @@
}, },
"require": { "require": {
"php": ">=5.3", "php": ">=5.3",
"intarocrm/rest-api-client": "1.3.*", "retailcrm/rest-api-client": "1.3.*",
"symfony/console": "dev-master", "symfony/console": "dev-master",
"monolog/monolog": "dev-master" "monolog/monolog": "dev-master"
}, },
@ -24,11 +24,5 @@
"psr-0": { "psr-0": {
"": "/" "": "/"
} }
},
"repositories": [
{
"type": "git",
"url": "https://github.com/intarocrm/rest-api-client"
} }
]
} }