2014-08-15 13:35:22 +04:00
|
|
|
{
|
2015-01-09 16:11:49 +03:00
|
|
|
"name": "retailcrm/opencart-module",
|
2015-01-08 14:39:48 +03:00
|
|
|
"description": "Opencart integration for IntaroCRM",
|
2014-08-15 13:35:22 +04:00
|
|
|
"type": "library",
|
|
|
|
"keywords": ["api", "Intaro CRM", "rest"],
|
2015-01-08 14:39:48 +03:00
|
|
|
"homepage": "http://www.retailcrm.ru/",
|
2014-08-15 13:35:22 +04:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Alex Lushpai",
|
|
|
|
"email": "lushpai@intaro.ru",
|
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"email": "support@intarocrm.ru"
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3",
|
2015-01-09 16:11:49 +03:00
|
|
|
"retailcrm/api-client-php": "1.3.*",
|
2014-08-15 13:35:22 +04:00
|
|
|
"symfony/console": "dev-master",
|
|
|
|
"monolog/monolog": "dev-master"
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-0": {
|
|
|
|
"": "/"
|
|
|
|
}
|
2015-01-08 14:39:48 +03:00
|
|
|
}
|
2014-08-15 13:35:22 +04:00
|
|
|
}
|