mirror of
https://github.com/retailcrm/opencart-module.git
synced 2024-11-24 22:26:06 +03:00
29 lines
676 B
JSON
29 lines
676 B
JSON
{
|
|
"name": "intarocrm/opencart-module",
|
|
"description": "Opencart integration for IntaroCRM",
|
|
"type": "library",
|
|
"keywords": ["api", "Intaro CRM", "rest"],
|
|
"homepage": "http://www.retailcrm.ru/",
|
|
"authors": [
|
|
{
|
|
"name": "Alex Lushpai",
|
|
"email": "lushpai@intaro.ru",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"support": {
|
|
"email": "support@intarocrm.ru"
|
|
},
|
|
"require": {
|
|
"php": ">=5.3",
|
|
"retailcrm/rest-api-client": "1.3.*",
|
|
"symfony/console": "dev-master",
|
|
"monolog/monolog": "dev-master"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"": "/"
|
|
}
|
|
}
|
|
}
|